Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: d5af78b687b27aaf203b588f91f59c13463713c0 authored by Larry Hastings on 23 January 2018, 12:32:09 UTC
Bump version and copyright year for 3.4.8rc1.
Tip revision: d5af78b
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