Skip to content

Perform 'blurb split' for 3.3. #2715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,799 changes: 0 additions & 6,799 deletions Misc/NEWS

This file was deleted.

27 changes: 27 additions & 0 deletions Misc/NEWS.d/3.3.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. bpo: 16046
.. date: 9168
.. nonce: 3_BLo_
.. release date: 29-Sep-2012
.. section: Core and Builtins

Fix loading sourceless legacy .pyo files.

..

.. bpo: 16060
.. date: 9167
.. 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: 9166
.. nonce: A0Dlk_
.. section: Library

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