summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-09-10 19:20:08 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-09-10 19:20:08 (GMT)
commit82cb124300fe85bcd3108993158e3cbe0e2e623a (patch)
tree8105055ea2a01dd1e1edf46c275914fca18a70f7 /Misc
parent81994006f5951f9d9093b11543fda57af3494442 (diff)
parent36820dd5a90724f68d4677e6eede29995541463c (diff)
downloadcpython-82cb124300fe85bcd3108993158e3cbe0e2e623a.zip
cpython-82cb124300fe85bcd3108993158e3cbe0e2e623a.tar.gz
cpython-82cb124300fe85bcd3108993158e3cbe0e2e623a.tar.bz2
Issue #25221: merge from 3.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0db3a2..7d89170 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 1
Core and Builtins
-----------------
+- Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python
+ is compiled with NSMALLPOSINTS = 0.
+
- Issue #27080: Implement formatting support for PEP 515. Initial patch
by Chris Angelico.