summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-03-26 04:58:36 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-03-26 04:58:36 (GMT)
commite6bb7eb27b8b81ed74e5132628ca8e6415baf57e (patch)
tree80cb3673b1f230131a75e8a7b6bf458de480f421 /Misc
parent632a77e6a3fb3acec9850cd5245dc28314000e54 (diff)
downloadcpython-e6bb7eb27b8b81ed74e5132628ca8e6415baf57e.zip
cpython-e6bb7eb27b8b81ed74e5132628ca8e6415baf57e.tar.gz
cpython-e6bb7eb27b8b81ed74e5132628ca8e6415baf57e.tar.bz2
Issue #23765: Removed IsBadStringPtr calls in ctypes
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 eafe227..ef2dd3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
Library
-------
+- Issue #23765: Removed IsBadStringPtr calls in ctypes
+
- Issue #22364: Improved some re error messages using regex for hints.
- Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.