Python 2.7.6 is now available.
This release resolves crashes of the interactive interpreter on OS X 10.9. The
final release also fixes several issues identified in the release
candidate. Importantly, a security bug in CGIHTTPServer was fixed [1]. Thank you
to those who tested the 2.7.6 release can
On 11/10/2013 2:29 PM, Benjamin Peterson wrote:
Python 2.7.6 is now available.
This release resolves crashes of the interactive interpreter on OS X 10.9. The
final release also fixes several issues identified in the release
candidate. Importantly, a security bug in CGIHTTPServer was fixed [1]. T
2013/11/10 Benjamin Peterson :
> All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS
> file of the source tarball. You can also view online at
>
> http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS
- Issue #18747: Re-seed OpenSSL's pseudo-random number gener
2013/11/10 Victor Stinner :
> 2013/11/10 Benjamin Peterson :
>> All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS
>> file of the source tarball. You can also view online at
>>
>> http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS
>
> - Issue #18747: Re-seed
On Sun, Nov 10, 2013 at 06:48:30PM -0500, Terry Reedy wrote:
> >+def encode(self,input,errors='strict'):
> >+return codecs.charmap_encode(input,errors,encoding_table)
>
> You left out the spaces after the call commas (PEP8)
Thanks for noting this. This file is programmatically generat
Hi,
After several exchanges with Victor, PEP 454 has reached a status
which I consider ready for pronuncement [1]: so if you have any last
minute comment, now is the time!
Cheers,
cf
[1] http://www.python.org/dev/peps/pep-0454/
___
Python-Dev mailing