Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: c912af833905c3bb172f268410d6bcc5865f488c authored by Larry Hastings on 24 July 2017, 01:16:33 UTC
Version bump and copyright year fixes for 3.4.7rc1.
Tip revision: c912af8
3.3.0.rst
.. bpo: 16046
.. date: 7992
.. nonce: 3_BLo_
.. release date: 29-Sep-2012
.. section: Core and Builtins

Fix loading sourceless legacy .pyo files.

..

.. bpo: 16060
.. date: 7991
.. nonce: u00uiP
.. section: Core and Builtins

Fix refcounting bug when `__trunc__()` returns an object whose `__int__()`
gives a non-integer.  Patch by Serhiy Storchaka.

..

.. bpo: 16012
.. date: 7990
.. nonce: A0Dlk_
.. section: Library

Fix a regression in pyexpat. The parser's `UseForeignDTD()` method doesn't
require an argument again.
back to top