commit | 65992c1c01115166375e1c6d8484f053919e30da | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 26 08:44:00 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 26 08:44:00 2012 -0600 |
tree | 4030d1d98473eee5b821c6e3860c043536b4e897 | |
parent | eaac4f0d30dba8b53b7ebd1e28b31863e871fa6b [diff] [blame] |
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
diff --git a/Misc/NEWS b/Misc/NEWS index 5e2c47e..7005518 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -402,6 +402,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.