summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-06 21:29:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-06 21:29:24 (GMT)
commitae5beceb35384da8eed64940e5632d62c4907576 (patch)
tree109dd6656e786be70aa1ca7054742059f91e68d0 /Misc
parent45313fe6e0fbb546e9cb781136b098b6eb8c92c7 (diff)
downloadcpython-ae5beceb35384da8eed64940e5632d62c4907576.zip
cpython-ae5beceb35384da8eed64940e5632d62c4907576.tar.gz
cpython-ae5beceb35384da8eed64940e5632d62c4907576.tar.bz2
Issue #4509: bugs in bytearray with exports (buffer protocol)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e916d08..d9875f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@ Core and Builtins
KeyError would always report the empty frozenset([]) as the missing key. Now
it correctly refers to the initial element.
+- Issue #4509: Various issues surrounding resize of bytearray objects to
+ which there are buffer exports.
+
Library
-------