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, rhettinger, serhiy.storchaka
Date 2015-11-03.18:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446574953.26.0.088440403423.issue25547@psf.upfronthosting.co.za>
In-reply-to
Content
>>> f = open('/dev/null', 'rb', buffering=0)
>>> f
<_io.FileIO name='/dev/null' mode='rb' closefd=True>
>>> f.close()
>>> f
<_io.FileIO [closed]>
History
Date User Action Args
2015-11-03 18:22:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou
2015-11-03 18:22:33serhiy.storchakasetmessageid: <1446574953.26.0.088440403423.issue25547@psf.upfronthosting.co.za>
2015-11-03 18:22:33serhiy.storchakalinkissue25547 messages
2015-11-03 18:22:33serhiy.storchakacreate