[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-05 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ P

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I will commit it tomorrow if there are no objections. -- ___ Python tracker ___ ___ Python-bugs-li

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file31512/sunau_context_manager.patch ___ Python tracker ___ ___ Python-bug

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file31577/sunau_context_manager.patch ___ Python tracker ___ ___ Python-bugs-

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18878] Add support of the 'with' statement to sunau.open.

2013-09-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +Claudiu.Popa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue18878] Add support of the 'with' statement to sunau.open.

2013-08-29 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file31512/sunau_context_manager.patch ___ Python tracker ___

[issue18878] Add support of the 'with' statement to sunau.open.

2013-08-29 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: 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 issue17616. -- components: Library (Lib) messages: 196482 nosy: r.david.murray, serhiy.storchaka p