summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-08 12:20:03 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-08 12:20:03 (GMT)
commit5475f2394abea43c541d8660ed91af920634add5 (patch)
tree714500f4e60cfc6950b1f9303bdd9da964e98795 /Misc
parent6e13bcc7b187aff61628120fa58e5cee2ae32f68 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 410391c..1de08e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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