This commit is contained in:
parent
6d1dece06d
commit
996c3874fd
|
@ -1066,6 +1066,7 @@ Vilmos Nebehaj
|
||||||
Fredrik Nehr
|
Fredrik Nehr
|
||||||
Tony Nelson
|
Tony Nelson
|
||||||
Trent Nelson
|
Trent Nelson
|
||||||
|
Andrew Nester
|
||||||
Chad Netzer
|
Chad Netzer
|
||||||
Max Neunhöffer
|
Max Neunhöffer
|
||||||
Anthon van der Neut
|
Anthon van der Neut
|
||||||
|
|
|
@ -10,8 +10,6 @@ What's New in Python 3.7.0 alpha 1?
|
||||||
Core and Builtins
|
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.
|
- bpo-29438: Fixed use-after-free problem in key sharing dict.
|
||||||
|
|
||||||
- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
|
- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
|
||||||
|
@ -229,6 +227,9 @@ Extension Modules
|
||||||
Library
|
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,
|
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
|
||||||
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
|
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
|
||||||
Manuel Krebber, and Łukasz Langa.
|
Manuel Krebber, and Łukasz Langa.
|
||||||
|
|
Loading…
Reference in New Issue