summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:13:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:13:05 (GMT)
commitc70081cfc15f972543a8cd30f5c6d5b5850160b4 (patch)
treee6a380f7af416d04e56399273169f56d3313e9ca /Misc
parent26f15a430f68cf49b5c5d959d907f80b6e159280 (diff)
parent6664e8c741c8f247805968583a3007a43231eab6 (diff)
downloadcpython-c70081cfc15f972543a8cd30f5c6d5b5850160b4.zip
cpython-c70081cfc15f972543a8cd30f5c6d5b5850160b4.tar.gz
cpython-c70081cfc15f972543a8cd30f5c6d5b5850160b4.tar.bz2
Issue #23903: Added missed names to PC/python3.def.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 544c8e5..1a6af49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Tests
Build
-----
+- Issue #23903: Added missed names to PC/python3.def.
+
- Issue #28762: lockf() is available on Android API level 24, but the F_LOCK
macro is not defined in android-ndk-r13.