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
1066
1066
Fredrik Nehr
1067
1067
Tony Nelson
1068
1068
Trent Nelson
1069
+ Andrew Nester
1069
1070
Chad Netzer
1070
1071
Max Neunhöffer
1071
1072
Anthon 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?
10
10
Core and Builtins
11
11
-----------------
12
12
13
- - bpo-29534: Fixed different behaviour of Decimal.from_float() for _decimal and _pydecimal.
14
-
15
13
- bpo-29438: Fixed use-after-free problem in key sharing dict.
16
14
17
15
- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
@@ -229,6 +227,9 @@ Extension Modules
229
227
Library
230
228
-------
231
229
230
+ - bpo-29534: Fixed different behaviour of Decimal.from_float()
231
+ for _decimal and _pydecimal. Thanks Andrew Nester.
232
+
232
233
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
233
234
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
234
235
Manuel Krebber, and Łukasz Langa.
You can’t perform that action at this time.
0 commit comments