diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-22 16:07:38 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-22 16:07:38 (GMT) |
commit | 9e7a4c9738cffe785156b46c02148b890530ef14 (patch) | |
tree | c4fd377ac46cd710311ad1a5d2a74323a4927e1e /Misc/NEWS | |
parent | c9d1a7845ba18466ee048666239c6b969c9acd33 (diff) | |
download | cpython-9e7a4c9738cffe785156b46c02148b890530ef14.zip cpython-9e7a4c9738cffe785156b46c02148b890530ef14.tar.gz cpython-9e7a4c9738cffe785156b46c02148b890530ef14.tar.bz2 |
Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated.
Complement of r79288.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #7703: ctypes supports both buffer() and memoryview(). The former is + deprecated. + - Issue #7860: platform.uname now reports the correct 'machine' type when Python is running in WOW64 mode on 64 bit Windows. |