]> granicus.if.org Git - python/commit
Don't try to use a bytes sequence for file paths. Also force equivalency tests
authorBrett Cannon <bcannon@gmail.com>
Mon, 30 Jul 2007 01:34:07 +0000 (01:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 30 Jul 2007 01:34:07 +0000 (01:34 +0000)
commit96d7e8369c9ac4e18be002fb4af1400b4a0ca9dd
tree197735657b0053c3b34aea0167dca1f6e7d05092
parent7a2653438ad584d829ac058d5b924c187cc71408
Don't try to use a bytes sequence for file paths.  Also force equivalency tests
to be between str8 and str.
Lib/test/test_unicode_file.py