File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1066,6 +1066,7 @@ Vilmos Nebehaj
10661066Fredrik Nehr
10671067Tony Nelson
10681068Trent Nelson
1069+ Andrew Nester
10691070Chad Netzer
10701071Max Neunhöffer
10711072Anthon van der Neut
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ What's New in Python 3.7.0 alpha 1?
1010Core and Builtins
1111-----------------
1212
13- - bpo-29534: Fixed different behaviour of Decimal.from_float() for _decimal and _pydecimal.
14-
1513- bpo-29438: Fixed use-after-free problem in key sharing dict.
1614
1715- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
@@ -229,6 +227,9 @@ Extension Modules
229227Library
230228-------
231229
230+ - bpo-29534: Fixed different behaviour of Decimal.from_float()
231+ for _decimal and _pydecimal. Thanks Andrew Nester.
232+
232233- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
233234 improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
234235 Manuel Krebber, and Łukasz Langa.
You can’t perform that action at this time.
0 commit comments