[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread R. David Murray

Changes by R. David Murray :


--
resolution: wont fix -> rejected

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread Berker Peksag

Changes by Berker Peksag :


--
components: +Library (Lib) -Build

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread Berker Peksag

Berker Peksag added the comment:

Thanks for the patch, but we don't backport new features to 2.7 unless they are 
related to PEP 434 and PEP 466. Please send your patch to 
https://bitbucket.org/ncoghlan/contextlib2

--
nosy: +berker.peksag
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread Bariša Obradović

New submission from Bariša Obradović:

Backport one of the context manager in 3.4, to 2.7:
supressed

The patch was created by copy pasting code from 3.4 branch to 2.7 branch, and 
removing a single 3.4 feature:
-@support.requires_docstrings

--
components: Build
files: suppress.patch
hgrepos: 280
keywords: patch
messages: 231565
nosy: Bariša.Obradović
priority: normal
severity: normal
status: open
title: Backporting suppress context manager to 2.7
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file37253/suppress.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com