commit | cfbbf48e3e60438036f18f0376d7deb226873a8f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Aug 04 17:43:15 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Aug 04 17:43:15 2007 +0000 |
tree | 623e8dc4d8f1b2bb1daec0df42bd115058e1ae62 | |
parent | 1e2b760475e20c2c293c0a78a608012d7d70e3b4 [diff] |
Make test_tokenize pass again: Add code to test_roundtrip() that figures out the encoding from the first two lines of the file. (We need to refactor this again to make it available to all places that need this, e.g. linecache.py.)