Ron Adam wrote: > [...] > M Lib/tokenize.py > M Lib/test/tokenize_tests.txt > M Lib/test/output/test_tokenize > - Removed unicode literals from test results and tokenize.py. And make > it pass again. > > > M Lib/test/output/test_pep277 > - Removed unicode literals from test results. This is a windows only > test, so I can't test it. > > M Lib/test/test_codeccallbacks.py > M Objects/exceptions.c > - Remove unicode literals from test_codeccallbacks.py and removed > unicode litteral quoting from exceptions.c to make it pass again. > > M Lib/test/test_codecs.py > M Lib/test/test_doctest.py > M Lib/test/re_tests.py > - Removed some literals from comments.
The following changes looked good to me: M Lib/test/test_codeccallbacks.py M Objects/exceptions.c M Lib/test/test_codecs.py so I checked them in. No opinion about the rest. Servus, Walter _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
