]> granicus.if.org Git - python/commit
Use the new unicode literals for the io module
authorChristian Heimes <christian@cheimes.de>
Wed, 26 Mar 2008 23:13:59 +0000 (23:13 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 26 Mar 2008 23:13:59 +0000 (23:13 +0000)
commit3784c6b1af17965de8c3c27e071b91e8a1a30848
treeec732391b65b60f6e5fe608c8f8165d4109fe38f
parentdf70e05d2204aad60396c4f110d9783269708843
Use the new unicode literals for the io module
use basestring instead of str in Python 2.x
Lib/io.py
Lib/test/test_io.py