Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: a61d7f2490fd677343c28ac53e1b41cdb0e1d998 authored by Larry Hastings on 04 February 2018, 23:40:38 UTC
Version bump for 3.4.8.
Tip revision: a61d7f2
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