[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:

[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:

[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 sta

[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 hgre