commit | c9e7ef7d70f531864ffef222ff72ccf75a9425c5 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 26 08:47:27 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 26 08:47:27 2012 -0600 |
tree | 4075b06a1e59901898f51ef847d7942c9205c428 | |
parent | 7f2b576875ce7cab03cdbea3984edbd801045a24 [diff] [blame] | |
parent | 65992c1c01115166375e1c6d8484f053919e30da [diff] [blame] |
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
diff --git a/Misc/NEWS b/Misc/NEWS index 2dab0a1..70d8095 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1837,6 +1837,9 @@ 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.