commit | ae5beceb35384da8eed64940e5632d62c4907576 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 06 21:29:24 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 06 21:29:24 2008 +0000 |
tree | 109dd6656e786be70aa1ca7054742059f91e68d0 | |
parent | 45313fe6e0fbb546e9cb781136b098b6eb8c92c7 [diff] [blame] |
Issue #4509: bugs in bytearray with exports (buffer protocol)
diff --git a/Misc/NEWS b/Misc/NEWS index e916d08..d9875f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -62,6 +62,9 @@ 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 -------