This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, georg.brandl, r.david.murray, sdaoden, twouters
Date 2011-03-28.21:52:43
SpamBayes Score 0.00282561
Marked as misclassified No
Message-id <1301349163.72.0.751461173835.issue11700@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-03-28 21:52:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, twouters, georg.brandl, r.david.murray, sdaoden
2011-03-28 21:52:43amaury.forgeotdarcsetmessageid: <1301349163.72.0.751461173835.issue11700@psf.upfronthosting.co.za>
2011-03-28 21:52:43amaury.forgeotdarclinkissue11700 messages
2011-03-28 21:52:43amaury.forgeotdarccreate