From: Serhiy Storchaka Date: Sat, 10 Sep 2016 06:53:51 +0000 (+0300) Subject: Issue #28019: itertools.count() no longer rounds non-integer step in range X-Git-Tag: v3.6.0b1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f9cafad3d7f78193721d6c0ea84a499b36b7ce5;p=python Issue #28019: itertools.count() no longer rounds non-integer step in range between 1.0 and 2.0 to 1. --- 8f9cafad3d7f78193721d6c0ea84a499b36b7ce5 diff --cc Misc/NEWS index defb4f9eb9,04c9fab2d1..fd69eb777b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -135,10 -65,9 +135,13 @@@ Core and Builtin Library ------- + - Issue #28019: itertools.count() no longer rounds non-integer step in range + between 1.0 and 2.0 to 1. + +- Issue #18401: Pdb now supports the 'readrc' keyword argument to control + whether .pdbrc files should be read. Patch by Martin Matusiak and + Sam Kimbrel. + - Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5.