Re: [Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Christian Heimes
On 2016-08-29 04:38, Ned Deily wrote: > On Aug 28, 2016, at 19:06, Benjamin Peterson wrote: >> On Sun, Aug 28, 2016, at 13:40, Christian Heimes wrote: >>> Here is the deal for 2.7 to 3.5: >>> >>> 1) All versions older than 0.9.8 are completely out-of-scope and no >>> longer

Re: [Python-Dev] File system path encoding on Windows

2016-08-28 Thread Stephen J. Turnbull
tritium-l...@sdamon.com writes: > Once you get to var lengths like that, arcane single character flags start > looking preferable. How about "PYTHONWINLEGACY" to just turn it all on or > off. If the code breaks on one thing, it obviously isn't written to use the > other two, so might as

Re: [Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Ned Deily
On Aug 28, 2016, at 19:06, Benjamin Peterson wrote: > On Sun, Aug 28, 2016, at 13:40, Christian Heimes wrote: >> Here is the deal for 2.7 to 3.5: >> >> 1) All versions older than 0.9.8 are completely out-of-scope and no >> longer supported. > +1 >> 2) 0.9.8 is semi-support.

Re: [Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Nick Coghlan
On 29 August 2016 at 06:40, Christian Heimes wrote: > Hi, > > we need to talk about OpenSSL and LibreSSL before the next release of > Python. I'm working on a PEP. Most likely it won't be ready before the > feature freeze. If it's just drafting work that you need help with

Re: [Python-Dev] File system path encoding on Windows

2016-08-28 Thread Nick Coghlan
On 29 August 2016 at 06:39, wrote: >> -Original Message- >> From: Python-Dev [mailto:python-dev-bounces+tritium- >> list=sdamon@python.org] On Behalf Of Steve Dower >> Sent: Wednesday, August 24, 2016 11:44 AM >> To: Stephen J. Turnbull

Re: [Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Cory Benfield
> On 28 Aug 2016, at 16:40, Christian Heimes wrote: > > For upcoming 3.6 I would like to limit support to 1.0.2+ and require > 1.0.2 features for 3.7. What is the status of Python.org's OSX builds? > Is it possible to drop 0.9.8? I strongly support this change. Python

Re: [Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Benjamin Peterson
On Sun, Aug 28, 2016, at 13:40, Christian Heimes wrote: > Here is the deal for 2.7 to 3.5: > > 1) All versions older than 0.9.8 are completely out-of-scope and no > longer supported. +1 > > 2) 0.9.8 is semi-support. Python will still compile and work with 0.9.8. > However we do NOT promise

[Python-Dev] Supported versions of OpenSSL

2016-08-28 Thread Christian Heimes
Hi, we need to talk about OpenSSL and LibreSSL before the next release of Python. I'm working on a PEP. Most likely it won't be ready before the feature freeze. But first let me start with some good news. OpenSSL 1.1 was released a couple of days ago. It changed a lot of aspects of its internal

Re: [Python-Dev] File system path encoding on Windows

2016-08-28 Thread tritium-list
> -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Steve Dower > Sent: Wednesday, August 24, 2016 11:44 AM > To: Stephen J. Turnbull > Cc: Nick Coghlan ; Python

Re: [Python-Dev] What do we do about bad slicing and possible crashes (issue 27867)

2016-08-28 Thread Nick Coghlan
On 28 August 2016 at 08:25, Terry Reedy wrote: > Slicing can be made to malfunction and even crash with an 'evil' __index__ > method. https://bugs.python.org/issue27867 > > The crux of the problem is this: PySlice_GetIndicesEx > receives a slice object and a sequence length.

Re: [Python-Dev] Review request: issue 27350, compact ordered dict

2016-08-28 Thread INADA Naoki
On Sun, Aug 28, 2016 at 2:05 PM, Guido van Rossum wrote: > Hopefully some core dev(s) can work on this during the core sprint, which is > from Sept 5-9. > OK. While I'm in Japan (UTC+9) and cannot join the sprint, I'll be active as possible while the sprint. Thank you! > >