]> granicus.if.org Git - python/commit
Add an encoding property to TextIOBase instances.
authorGuido van Rossum <guido@python.org>
Thu, 24 May 2007 17:58:06 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 May 2007 17:58:06 +0000 (17:58 +0000)
commitfc3436becdc2b0c214afc2d9190e4114fb1a5254
tree81eda659b95d8dbe92c12730130120612f5fce8b
parent75d6f1a2faf287e0688eb835022352a19a043d49
Add an encoding property to TextIOBase instances.
Add sys.__std{in,out,err}__.
Make test_sys pass.
Lib/io.py
Lib/site.py