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 serhiy.storchaka
Date 2014-11-09.16:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415549255.85.0.105011780634.issue22826@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes bkfile (file-like class used in freeze) support the context management protocol. This makes bkfile more file-like and makes the use of it simpler and more robust.
History
Date User Action Args
2014-11-09 16:07:35serhiy.storchakasetrecipients: + serhiy.storchaka
2014-11-09 16:07:35serhiy.storchakasetmessageid: <1415549255.85.0.105011780634.issue22826@psf.upfronthosting.co.za>
2014-11-09 16:07:35serhiy.storchakalinkissue22826 messages
2014-11-09 16:07:35serhiy.storchakacreate