diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-08 12:20:03 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-08 12:20:03 (GMT) |
commit | 5475f2394abea43c541d8660ed91af920634add5 (patch) | |
tree | 714500f4e60cfc6950b1f9303bdd9da964e98795 /Misc | |
parent | 6e13bcc7b187aff61628120fa58e5cee2ae32f68 (diff) | |
download | cpython-5475f2394abea43c541d8660ed91af920634add5.zip cpython-5475f2394abea43c541d8660ed91af920634add5.tar.gz cpython-5475f2394abea43c541d8660ed91af920634add5.tar.bz2 |
SF bug #770485: cStringIO does not set closed attr
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and builtins Extension modules ----------------- +- cStringIO now supports the f.closed attribute. + - The signal module now exposes SIGRTMIN and SIGRTMAX (if available). Library |