commit | cf448832ebca7ed34809168660fa96c3c61f8abb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jul 28 00:15:03 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jul 28 00:15:03 2010 +0000 |
tree | 2f288bff5d59676d902953a12b16a22de0d1045f | |
parent | 42746df17bd1f147f1bea90216ed9848efc730c8 [diff] [blame] |
Issue #8966: ctypes: Remove implicit bytes-unicode conversion
diff --git a/Misc/NEWS b/Misc/NEWS index 5b18d62..9fa5e60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,8 @@ 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.