[New-bugs-announce] [issue22826] Support context management protocol in bkfile

Serhiy Storchaka report at bugs.python.org
Sun Nov 9 17:07:35 CET 2014


New submission from Serhiy Storchaka:

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.

----------
components: Demos and Tools
files: bkfile.diff
keywords: patch
messages: 230888
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Support context management protocol in bkfile
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37152/bkfile.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22826>
_______________________________________


More information about the New-bugs-announce mailing list