summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-07-03 11:41:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-07-03 11:41:36 (GMT)
commitaf65872da2b679e4b1876412aab6a731f82a469f (patch)
tree24ae9a673e5203c75b0ac4fc5dd4bfb7acb8fb01 /Misc
parent8faca61fec8ef004feb534dee3da052f3bed82ce (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 935f81e..a04212c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------