summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-10-19 12:07:57 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-10-19 12:07:57 (GMT)
commit2bf91bf46cf5bf9913a126092a8d08bcd7a6157c (patch)
treec62d0d8e9de406b04c75b81257f772ba0249da34 /Misc/NEWS
parent277640af0f528f71c9882a30c9325cd02b10a31a (diff)
downloadcpython-2bf91bf46cf5bf9913a126092a8d08bcd7a6157c.zip
cpython-2bf91bf46cf5bf9913a126092a8d08bcd7a6157c.tar.gz
cpython-2bf91bf46cf5bf9913a126092a8d08bcd7a6157c.tar.bz2
- Issue #25440: Fix output of python-config --extension-suffix.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6a4d3f..260ee3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -679,6 +679,8 @@ Documentation
Tools/Demos
-----------
+- Issue #25440: Fix output of python-config --extension-suffix.
+
- Issue #23330: h2py now supports arbitrary filenames in #include.
- Issue #24031: make patchcheck now supports git checkouts, too.