[issue11700] mailbox.py proxy updates

Amaury Forgeot d'Arc report at bugs.python.org
Mon Mar 28 23:52:43 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

mbf.close() should not fail when called twice. The close() method in the io module states that "This method has no effect if the file is already closed."
But then, is "close=False" necessary?

----------
nosy: +amaury.forgeotdarc
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11700>
_______________________________________


More information about the Python-bugs-list mailing list