]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 1592: Better error reporting for operations on closed shelves.
authorRaymond Hettinger <python@rcn.com>
Fri, 25 Jul 2008 18:43:33 +0000 (18:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 25 Jul 2008 18:43:33 +0000 (18:43 +0000)
commit8c664e8628ace6a9f3b64980af262b67cd7f3e59
treea020e103bacd0b2b9cc9f464f73454e23655abb8
parent4982d5d04acff706cd43c77e757c0121a14a0c8d
Issue 1592:  Better error reporting for operations on closed shelves.
Lib/shelve.py
Lib/test/test_shelve.py
Misc/NEWS