[New-bugs-announce] [issue16486] Add context manager support to aifc module

Serhiy Storchaka report at bugs.python.org
Fri Nov 16 14:39:23 CET 2012


New submission from Serhiy Storchaka:

The proposed patch adds context manager support aifc module.  Now objects returned by aifc.open() will support context manager protocol.

This issue required first fixing issue16485 to pass tests.

----------
components: Library (Lib)
files: aifc_context_manager.patch
keywords: patch
messages: 175687
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Add context manager support to aifc module
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file28001/aifc_context_manager.patch

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


More information about the New-bugs-announce mailing list