Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 7dc38385ce78c5c04637531c4325a83b57fbeb3a authored by Larry Hastings on 09 August 2017, 07:08:33 UTC
Version bump for 3.4.7 final.
Tip revision: 7dc3838
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