summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-07-25 18:43:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-07-25 18:43:33 (GMT)
commit8c664e8628ace6a9f3b64980af262b67cd7f3e59 (patch)
treea020e103bacd0b2b9cc9f464f73454e23655abb8 /Misc
parent4982d5d04acff706cd43c77e757c0121a14a0c8d (diff)
downloadcpython-8c664e8628ace6a9f3b64980af262b67cd7f3e59.zip
cpython-8c664e8628ace6a9f3b64980af262b67cd7f3e59.tar.gz
cpython-8c664e8628ace6a9f3b64980af262b67cd7f3e59.tar.bz2
Issue 1592: Better error reporting for operations on closed shelves.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53c680d..87ef02d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
Library
-------
+- Issue 1592: Improve error reporting when operations are attempted
+ on a closed shelf.
+
- Deprecate the "ast" parser function aliases.
- Issue #3120: On 64-bit Windows the subprocess module was truncating handles.