summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-07-11 12:12:00 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-07-11 12:12:00 (GMT)
commit1ac745b5c52ab349e58f633d0a9d73cdb0e7b818 (patch)
tree251be9880cf30ccda0e2c89618b2dd4cffe329ba /Misc/NEWS
parent349d558e0d732d49cd1e42e3738496e868f32cfc (diff)
downloadcpython-1ac745b5c52ab349e58f633d0a9d73cdb0e7b818.zip
cpython-1ac745b5c52ab349e58f633d0a9d73cdb0e7b818.tar.gz
cpython-1ac745b5c52ab349e58f633d0a9d73cdb0e7b818.tar.bz2
Issue #7616: Fix copying of overlapping memoryview slices with the Intel
compiler.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbfc4c5..0c11639 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Issue #7616: Fix copying of overlapping memoryview slices with the Intel
+ compiler.
+
- Issue #8413: structsequence now subclasses tuple.
- Issue #8271: during the decoding of an invalid UTF-8 byte sequence, only the