summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-01-26 14:47:27 (GMT)
committerMeador Inge <meadori@gmail.com>2012-01-26 14:47:27 (GMT)
commitc9e7ef7d70f531864ffef222ff72ccf75a9425c5 (patch)
tree4075b06a1e59901898f51ef847d7942c9205c428 /Misc
parent7f2b576875ce7cab03cdbea3984edbd801045a24 (diff)
parent65992c1c01115166375e1c6d8484f053919e30da (diff)
downloadcpython-c9e7ef7d70f531864ffef222ff72ccf75a9425c5.zip
cpython-c9e7ef7d70f531864ffef222ff72ccf75a9425c5.tar.gz
cpython-c9e7ef7d70f531864ffef222ff72ccf75a9425c5.tar.bz2
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2dab0a1..70d8095 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1837,6 +1837,9 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #13840: The error message produced by ctypes.create_string_buffer
+ when given a Unicode string has been fixed.
+
- Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.