cpython/Lib/ctypes
Guido van Rossum e409b97950 Make this a pure-ASCII file. This used to have a Latin-1 coding and
contain several string literals using non-ASCII characters.  Because
of the pain of displaying those characters, it's better to use \xXX
escapes for these instead of typing the accented characters.

Apologies if I missed something; it didn't look like there was anything
that depended on this file being encoded in Latin-1 or containing non-ASCII
characters.
2007-07-12 09:25:21 +00:00
..
macholib Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test Make this a pure-ASCII file. This used to have a Latin-1 coding and 2007-07-12 09:25:21 +00:00
__init__.py Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
_endian.py Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
util.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wintypes.py Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00