diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-03-15 22:13:13 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-03-15 22:13:13 (GMT) |
commit | 197e8321c659d8dd22851363bbcebd98092ed2c9 (patch) | |
tree | 77f10a6ecfb500e5940c3ea011f628bd7cf9b7cd /Misc/NEWS | |
parent | 9998f78d6dc78e1e2652f07423e25353a32413a3 (diff) | |
download | cpython-197e8321c659d8dd22851363bbcebd98092ed2c9.zip cpython-197e8321c659d8dd22851363bbcebd98092ed2c9.tar.gz cpython-197e8321c659d8dd22851363bbcebd98092ed2c9.tar.bz2 |
SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError
now if close() has been called before (like file and StringIO.StringIO do)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -449,6 +449,9 @@ Library codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added. +- SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError + now if close() has been called before (like file and StringIO.StringIO do) + - A regrtest option -w was added to re-run failed tests in verbose mode. - Patch #1446372: quit and exit can now be called from the interactive |