[python-committers] Here's what's going into 3.5.2 final and 3.4.5 final

2016-06-24 Thread Larry Hastings



Heads up!  This is a courtesy reminder from your friendly 3.4 and 3.5 
release manager.  Here's a list of all the changes since 3.5.2rc1 that 
are currently going into 3.5.2 final:


 * 155e665428c6 - Zachary: OpenSSL 1.0.2h build changes for Windows
 * cae0b7ffeb9f - Benjamin: fix % in Doc/whatsnew/3.5.rst that confuses
   latex
 * 783dfd77e4c1 - Terry Reed: allow non-ascii in idlelib/NEWS.txt
 *  - Matthias: fix for test_ssl test_options on Ubuntu


3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options 
fix from Matthias.



If there's something else that needs to go into one of these releases, 
and it's not on the list above, speak up now.  I may actually tag these 
late Friday as I'm traveling Saturday.  So you have approximately, let's 
say 20 hours from when I post this.



Thanks,


//arry/
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Here's what's going into 3.5.2 final and 3.4.5 final

2016-06-24 Thread Matthias Klose
On 24.06.2016 11:14, Larry Hastings wrote:
> 
> 
> Heads up!  This is a courtesy reminder from your friendly 3.4 and 3.5 release
> manager.  Here's a list of all the changes since 3.5.2rc1 that are currently
> going into 3.5.2 final:
> 
>  * 155e665428c6 - Zachary: OpenSSL 1.0.2h build changes for Windows
>  * cae0b7ffeb9f - Benjamin: fix % in Doc/whatsnew/3.5.rst that confuses
>latex
>  * 783dfd77e4c1 - Terry Reed: allow non-ascii in idlelib/NEWS.txt
>  *  - Matthias: fix for test_ssl test_options on Ubuntu
> 
> 
> 3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options fix
> from Matthias.

won't this break on other platforms where SSL2 is still enabled?

___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] Here's what's going into 3.5.2 final and 3.4.5 final

2016-06-24 Thread Martin Panter
On 24 June 2016 at 09:29, Matthias Klose  wrote:
> On 24.06.2016 11:14, Larry Hastings wrote:
>> Heads up!  This is a courtesy reminder from your friendly 3.4 and 3.5 release
>> manager.  Here's a list of all the changes since 3.5.2rc1 that are currently
>> going into 3.5.2 final:
>>
>>  * 155e665428c6 - Zachary: OpenSSL 1.0.2h build changes for Windows
>>  * cae0b7ffeb9f - Benjamin: fix % in Doc/whatsnew/3.5.rst that confuses
>>latex
>>  * 783dfd77e4c1 - Terry Reed: allow non-ascii in idlelib/NEWS.txt
>>  *  - Matthias: fix for test_ssl test_options on Ubuntu
>>
>>
>> 3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options fix
>> from Matthias.

I presume we are talking about the patch pasted at
.

From what I can tell, it will make the test a bit less strict on all
platforms, by not checking that OP_NO_SSLv3 can be cleared. There is
another flag for SSLv2, but I don’t think that is relevant. And I
don’t think it will break the test on other platforms that can enable
SSLv3; it just winds the scope of the test back a little bit.
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Here's what's going into 3.5.2 final and 3.4.5 final

2016-06-24 Thread Antoine Pitrou

Le 24/06/2016 12:27, Martin Panter a écrit :
>>>
>>> 3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options fix
>>> from Matthias.
> 
> I presume we are talking about the patch pasted at
> .
> 
> From what I can tell, it will make the test a bit less strict on all
> platforms, by not checking that OP_NO_SSLv3 can be cleared. There is
> another flag for SSLv2, but I don’t think that is relevant. And I
> don’t think it will break the test on other platforms that can enable
> SSLv3; it just winds the scope of the test back a little bit.

Besides, I am not sure there are still platforms leaving SSLv2 enabled,
except old unsupported distros perhaps.

Regards

Antoine.
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Here's what's going into 3.5.2 final and 3.4.5 final

2016-06-24 Thread Larry Hastings
I did ask for a better fix on the bug tracker, about two weeks ago:

http://bugs.python.org/issue26867

But no better fix seems forthcoming.  So I'll ship that.


*/arry*

On Fri, Jun 24, 2016 at 2:29 AM, Matthias Klose  wrote:

> On 24.06.2016 11:14, Larry Hastings wrote:
> >
> >
> > Heads up!  This is a courtesy reminder from your friendly 3.4 and 3.5
> release
> > manager.  Here's a list of all the changes since 3.5.2rc1 that are
> currently
> > going into 3.5.2 final:
> >
> >  * 155e665428c6 - Zachary: OpenSSL 1.0.2h build changes for Windows
> >  * cae0b7ffeb9f - Benjamin: fix % in Doc/whatsnew/3.5.rst that confuses
> >latex
> >  * 783dfd77e4c1 - Terry Reed: allow non-ascii in idlelib/NEWS.txt
> >  *  - Matthias: fix for test_ssl test_options on Ubuntu
> >
> >
> > 3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options
> fix
> > from Matthias.
>
> won't this break on other platforms where SSL2 is still enabled?
>
>
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/