]> granicus.if.org Git - python/commit
Remove the coding line, and convert umlauted characters to \x escapes.
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 23:19:53 +0000 (23:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 23:19:53 +0000 (23:19 +0000)
commita05577059d6ed67f69e9384252647e2232315f2f
tree94cecb7f0ff083e5cfdea46dc0b9053ca063809e
parent55b15c9f059b3a22d03159296b1a5187df6489a6
Remove the coding line, and convert umlauted characters to \x escapes.
All code in the stdlib should be ASCII only, unless (a) it's test
input for testing the *parsing* of unicode, or (b) it's an author's
name in a comment.
Lib/test/test_tarfile.py