Issue 18878: Add support of the 'with' statement to sunau.open. (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/63078
classification
process
Created on 2013-08-29 19:48 by serhiy.storchaka , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (3)
msg196482 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2013-08-29 19:48
The proposed patch adds support of the 'with' statement to sunau.open (as it already was added for aifc.open and wave.open). It based on patches from .
msg196874 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2013-09-03 22:09
I will commit it tomorrow if there are no objections.
msg196998 - (view)
Author: Roundup Robot (python-dev)
Date: 2013-09-05 14:04
New changeset a62f59667c9e by Serhiy Storchaka in branch 'default': Issue #18878 : sunau.open now supports the context manager protocol. Based on http://hg.python.org/cpython/rev/a62f59667c9e
History
Date
User
Action
Args
2022-04-11 14:57:50
admin
set
github: 63078
2013-09-05 14:39:27
serhiy.storchaka
set
status: open -> closedresolution: fixedstage: patch review -> resolved
2013-09-05 14:04:05
python-dev
set
nosy: + python-dev messages: +
2013-09-04 11:32:05
serhiy.storchaka
link
issue18919 dependencies
2013-09-03 22:09:45
serhiy.storchaka
set
messages: +
2013-09-03 22:08:39
serhiy.storchaka
set
files: - sunau_context_manager.patch
2013-09-03 22:08:03
serhiy.storchaka
set
files: + sunau_context_manager.patch
2013-09-03 20:56:34
serhiy.storchaka
set
nosy: + Claudiu.Popa
2013-09-03 20:30:01
serhiy.storchaka
set
assignee: serhiy.storchaka
2013-08-29 19:50:17
serhiy.storchaka
set
files: + sunau_context_manager.patch keywords: + patch stage: patch review
2013-08-29 19:48:58
serhiy.storchaka
create