]> granicus.if.org Git - python/commitdiff
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew...
authorMark Dickinson <mdickinson@enthought.com>
Tue, 14 Feb 2017 19:18:54 +0000 (19:18 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2017 19:18:54 +0000 (19:18 +0000)
Misc/ACKS
Misc/NEWS

index 319128c9e9a4d4d5bf75f51ed8f805e6e2a3667d..239bc7e423d198ba3902fae8f95c9bc99620d86d 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1066,6 +1066,7 @@ Vilmos Nebehaj
 Fredrik Nehr
 Tony Nelson
 Trent Nelson
+Andrew Nester
 Chad Netzer
 Max Neunhöffer
 Anthon van der Neut
index e6df0144b1061e51c582737dbaa05ddc2396c01b..e024e01a300b7d6bb7dfc93d8d0c75293ced9f61 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.