From a9a0710dbcfcb00ed7f3a57fd6167e53b7763280 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 28 Jul 2012 12:25:55 +0200 Subject: Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc') 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. -- cgit v1.2.1