summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-07-28 12:25:55 +0200
committerStefan Krah <skrah@bytereef.org>2012-07-28 12:25:55 +0200
commita9a0710dbcfcb00ed7f3a57fd6167e53b7763280 (patch)
tree701f11fca917269c82ba01512d7569f41c85ddfc /Misc
parenta9c729eaec1c0cbb8be55ecaa5cdf260f8b615aa (diff)
downloadcpython-a9a0710dbcfcb00ed7f3a57fd6167e53b7763280.tar.gz
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
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 cf0d170b7f..cabea97150 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
+
- Issue #15456: Fix code __sizeof__ after #12399 change.
Patch by Serhiy Storchaka.