diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-28 00:15:03 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-28 00:15:03 (GMT) |
commit | cf448832ebca7ed34809168660fa96c3c61f8abb (patch) | |
tree | 2f288bff5d59676d902953a12b16a22de0d1045f /Misc | |
parent | 42746df17bd1f147f1bea90216ed9848efc730c8 (diff) | |
download | cpython-cf448832ebca7ed34809168660fa96c3c61f8abb.zip cpython-cf448832ebca7ed34809168660fa96c3c61f8abb.tar.gz cpython-cf448832ebca7ed34809168660fa96c3c61f8abb.tar.bz2 |
Issue #8966: ctypes: Remove implicit bytes-unicode conversion
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -473,6 +473,8 @@ C-API Library ------- +- Issue #8966: ctypes: Remove implicit bytes-unicode conversion. + - Issue #9378: python -m pickle <pickle file> will now load and display the first object in the pickle file. |