diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-06 21:29:24 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-06 21:29:24 (GMT) |
commit | ae5beceb35384da8eed64940e5632d62c4907576 (patch) | |
tree | 109dd6656e786be70aa1ca7054742059f91e68d0 /Misc | |
parent | 45313fe6e0fbb546e9cb781136b098b6eb8c92c7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |