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 serhiy.storchaka
Recipients georg.brandl, r.david.murray, serhiy.storchaka
Date 2012-12-28.16:45:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356713137.91.0.528430979636.issue16486@psf.upfronthosting.co.za>
In-reply-to
Content
fout.close() here is intentional no-op. This is a check that fout was closed properly (in contrary case close() should raise exception). Unfortunately there is no other way to test that fout was closed.
History
Date User Action Args
2012-12-28 16:45:37serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, r.david.murray
2012-12-28 16:45:37serhiy.storchakasetmessageid: <1356713137.91.0.528430979636.issue16486@psf.upfronthosting.co.za>
2012-12-28 16:45:37serhiy.storchakalinkissue16486 messages
2012-12-28 16:45:37serhiy.storchakacreate