[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

[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

[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- components: +Library (Lib) -Build ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22925 ___ ___

[issue22925] Backporting suppress context manager to 2.7

2014-11-23 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: wont fix - rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22925 ___ ___