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 pitrou, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-04-07.07:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365320762.9.0.202176902289.issue17585@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps PseudoInputFile.close() should call super().close() to set closed flag. Perhaps close() should be even implemented in PseudoFile.

It's my fault in this regression. I deliberately have not implemented PseudoFile.close(), because I saw no sense in deliberate calling of sys.std*.close() and considered closing the window with unpremeditated closing of the standard stream is too dangerous.
History
Date User Action Args
2013-04-07 07:46:02serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, roger.serwy
2013-04-07 07:46:02serhiy.storchakasetmessageid: <1365320762.9.0.202176902289.issue17585@psf.upfronthosting.co.za>
2013-04-07 07:46:02serhiy.storchakalinkissue17585 messages
2013-04-07 07:46:02serhiy.storchakacreate