]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make this a pure-ASCII file. This used to have a Latin-1 coding and
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 09:25:21 +0000 (09:25 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 09:25:21 +0000 (09:25 +0000)
commite409b979509af36bbd9ee8ebbc85d805062e2e95
treeb644fc666119d5b68112ac172bf63a6bae113a39
parentfc0ffb7243b54a04ffa63789f2dfe385ffdd856c
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.
Lib/ctypes/test/test_unicode.py