Skip to content
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

bpo-29534: move Misc/NEWS entry to correct section; add Misc/ACKS entry. #99

Merged
Merged
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
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
@@ -1066,6 +1066,7 @@ Vilmos Nebehaj
Fredrik Nehr
Tony Nelson
Trent Nelson
Andrew Nester
Chad Netzer
Max Neunhöffer
Anthon van der Neut
5 changes: 3 additions & 2 deletions Misc/NEWS
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------

- bpo-29534: Fixed different behaviour of Decimal.from_float() for _decimal and _pydecimal.

- bpo-29438: Fixed use-after-free problem in key sharing dict.

- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
@@ -229,6 +227,9 @@ Extension Modules
Library
-------

- bpo-29534: Fixed different behaviour of Decimal.from_float()
for _decimal and _pydecimal. Thanks Andrew Nester.

- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
Manuel Krebber, and Łukasz Langa.