[Python-Dev] RFC: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
Jim Baker
jim.baker at python.org
Wed May 31 11:45:39 EDT 2017
More information about the Python-Dev mailing list
Wed May 31 11:45:39 EDT 2017
- Previous message (by thread): [Python-Dev] RFC: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
- Next message (by thread): [Python-Dev] RFC: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jython 2.7.1 is about to be released, with full support of upstream pip (9.0.1), and corresponding vendored libraries, including requests. However, this proposed new feature for CPython 2.7, and its usage, will likely break pip on Jython 2.7.x going forward, given that future versions of pip will depend on requests requiring MemoryBIO. Or am I wrong in this analysis? This means we have to get back on the 2.7 development treadmill just as we were about to focus on finally working on Jython 3 ( https://github.com/jython/jython3 previews this work). Given that this proposed new feature is for 2.7 to support event loop usage and not a security fix, I'm -1 on this change. In particular, it runs counter to the justification policy stated in PEP 466. - Jim On Wed, May 31, 2017 at 7:25 AM, Cory Benfield <cory at lukasa.co.uk> wrote: > > > On 31 May 2017, at 08:42, Victor Stinner <victor.stinner at gmail.com> > wrote: > > > > Hi, > > > > I wrote a PEP based on the previous thread "Backport ssl.MemoryBIO on > > Python 2.7?". Thanks for Cory Benfield, Alex Gaynor and Nick Coghlan > > who helped me to write it! > > It probably goes without saying, given that I helped with the drafting for > the PEP, but I’m strongly in favour of this PEP. Just in case it helps to > get that reaffirmation here. ;) > > Cory > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > jbaker%40zyasoft.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170531/a311af93/attachment.html>
- Previous message (by thread): [Python-Dev] RFC: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
- Next message (by thread): [Python-Dev] RFC: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list