commit | 5475f2394abea43c541d8660ed91af920634add5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Aug 08 12:20:03 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Aug 08 12:20:03 2003 +0000 |
tree | 714500f4e60cfc6950b1f9303bdd9da964e98795 | |
parent | 6e13bcc7b187aff61628120fa58e5cee2ae32f68 [diff] [blame] |
SF bug #770485: cStringIO does not set closed attr
diff --git a/Misc/NEWS b/Misc/NEWS index 410391c..1de08e7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Extension modules ----------------- +- cStringIO now supports the f.closed attribute. + - The signal module now exposes SIGRTMIN and SIGRTMAX (if available). Library