diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-07-03 11:41:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-07-03 11:41:36 (GMT) |
commit | af65872da2b679e4b1876412aab6a731f82a469f (patch) | |
tree | 24ae9a673e5203c75b0ac4fc5dd4bfb7acb8fb01 /Misc | |
parent | 8faca61fec8ef004feb534dee3da052f3bed82ce (diff) | |
download | cpython-af65872da2b679e4b1876412aab6a731f82a469f.zip cpython-af65872da2b679e4b1876412aab6a731f82a469f.tar.gz cpython-af65872da2b679e4b1876412aab6a731f82a469f.tar.bz2 |
Issue #27443: __length_hint__() of bytearray itearator no longer return
negative integer for resized bytearray.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #27443: __length_hint__() of bytearray itearator no longer return + negative integer for resized bytearray. + Library ------- |