diff options
author | Meador Inge <meadori@gmail.com> | 2012-01-26 14:47:27 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-01-26 14:47:27 (GMT) |
commit | c9e7ef7d70f531864ffef222ff72ccf75a9425c5 (patch) | |
tree | 4075b06a1e59901898f51ef847d7942c9205c428 /Misc | |
parent | 7f2b576875ce7cab03cdbea3984edbd801045a24 (diff) | |
parent | 65992c1c01115166375e1c6d8484f053919e30da (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |