summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-03-12 16:25:22 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-03-12 16:25:22 (GMT)
commitd669b6bd0ac449c1d311f83dfed9abc34704db17 (patch)
tree2a4c7f5603a9a694410a268180927ea41c7c401d /Misc
parent126c9c17efedc6f69d5d86de4b660f3b44e635e4 (diff)
downloadcpython-d669b6bd0ac449c1d311f83dfed9abc34704db17.zip
cpython-d669b6bd0ac449c1d311f83dfed9abc34704db17.tar.gz
cpython-d669b6bd0ac449c1d311f83dfed9abc34704db17.tar.bz2
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
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 f57aab1..df6ea42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -284,6 +284,8 @@ Library
Documentation
-------------
+- Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
+
- Issue #25500: Fix documentation to not claim that __import__ is searched for
in the global scope.