diff options
author | Raymond Hettinger <python@rcn.com> | 2008-07-25 18:43:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-07-25 18:43:33 (GMT) |
commit | 8c664e8628ace6a9f3b64980af262b67cd7f3e59 (patch) | |
tree | a020e103bacd0b2b9cc9f464f73454e23655abb8 /Misc | |
parent | 4982d5d04acff706cd43c77e757c0121a14a0c8d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |