summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:10:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:10:58 (GMT)
commit6664e8c741c8f247805968583a3007a43231eab6 (patch)
treedb3ece4030a68e3c68fe229a34bb31ded98ba43f /Misc/NEWS
parentd54d3d3d904ed22c292b1bfc5ec55b5323a4d5e2 (diff)
downloadcpython-6664e8c741c8f247805968583a3007a43231eab6.zip
cpython-6664e8c741c8f247805968583a3007a43231eab6.tar.gz
cpython-6664e8c741c8f247805968583a3007a43231eab6.tar.bz2
Issue #23903: Added missed names to PC/python3.def.
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 8bb4aef..65d2aee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -605,6 +605,8 @@ Windows
Build
-----
+- Issue #23903: Added missed names to PC/python3.def.
+
- Issue #10656: Fix out-of-tree building on AIX. Patch by Tristan Carel and
Michael Haubenwallner.