From: Serhiy Storchaka Date: Sat, 8 Oct 2016 19:06:52 +0000 (+0300) Subject: Merge from 3.5. X-Git-Tag: v3.6.0b2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3215f530f62ab7e112e0b36b968bf7aa2b831ca;p=thirdparty%2FPython%2Fcpython.git Merge from 3.5. --- c3215f530f62ab7e112e0b36b968bf7aa2b831ca diff --cc Misc/NEWS index fb6e3b9f9379,a89afa9399b0..e96581b8b18e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -10,9 +10,12 @@@ What's New in Python 3.6.0 beta Core and Builtins ----------------- + - Issue #28376: The type of long range iterator is now registered as Iterator. + Patch by Oren Milman. + +- Issue #28376: Creating instances of range_iterator by calling range_iterator + type now is deprecated. Patch by Oren Milman. + - Issue #28376: The constructor of range_iterator now checks that step is not 0. Patch by Oren Milman.