]> granicus.if.org Git - python/commit
SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError
authorWalter Dörwald <walter@livinglogic.de>
Wed, 15 Mar 2006 22:13:13 +0000 (22:13 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 15 Mar 2006 22:13:13 +0000 (22:13 +0000)
commit197e8321c659d8dd22851363bbcebd98092ed2c9
tree77f10a6ecfb500e5940c3ea011f628bd7cf9b7cd
parent9998f78d6dc78e1e2652f07423e25353a32413a3
SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError
now if close() has been called before (like file and StringIO.StringIO do)
Lib/test/test_StringIO.py
Misc/NEWS
Modules/cStringIO.c