]> granicus.if.org Git - python/commit
#11700: proxy object close methods can now be called multiple times
authorR David Murray <rdmurray@bitdance.com>
Sat, 18 Jun 2011 02:24:05 +0000 (22:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Jun 2011 02:24:05 +0000 (22:24 -0400)
commitc88bce1580c61ee33bf72e55b817940dba46d99c
treeb2326ab96c8d50fda11c4db71e1827cc3c9ccfa9
parent05ff9904010a488cc640637ac8255cae41b270dd
#11700: proxy object close methods can now be called multiple times

This makes them work like the close provided by regular file objects.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS