summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-03 17:55:41 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-03 17:55:41 (GMT)
commit60b183407cbcd19b211c2dd7ed9a59ff189844a8 (patch)
tree8d57a6e32f03b9bb54fcd23e7b2b14ea57691e76 /Misc
parentdef0a4c298358c50b0b53a8113551e9aee3532e5 (diff)
downloadcpython-60b183407cbcd19b211c2dd7ed9a59ff189844a8.zip
cpython-60b183407cbcd19b211c2dd7ed9a59ff189844a8.tar.gz
cpython-60b183407cbcd19b211c2dd7ed9a59ff189844a8.tar.bz2
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad44fe7..794e94f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.3 release candidate 1?
Core and Builtins
-----------------
+- Issue #19014: memoryview.cast() is now allowed on zero-length views.
+
- Issue #19098: Prevent overflow in the compiler when the recursion limit is set
absurdly high.