Skip to content

Commit 996c387

Browse files
authored
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99)
1 parent 6d1dece commit 996c387

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ Vilmos Nebehaj
10661066
Fredrik Nehr
10671067
Tony Nelson
10681068
Trent Nelson
1069+
Andrew Nester
10691070
Chad Netzer
10701071
Max Neunhöffer
10711072
Anthon van der Neut

Misc/NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ What's New in Python 3.7.0 alpha 1?
1010
Core 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
229227
Library
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.

0 commit comments

Comments
 (0)