This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Oren Milman
Recipients Oren Milman, abarry, methane, serhiy.storchaka
Date 2016-10-08.16:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475943917.43.0.822199716647.issue28376@psf.upfronthosting.co.za>
In-reply-to
Content
The diff files for 3.6 and 3.7 are attached (named '*ver3.diff').
Changes:
    - in 3.6, added:
        * raising a DeprecationWarning in rangeiter_new
        * a test to verify the DeprecationWarning is raised
    - in 3.7:
        * changed the tests so they would only verify a TypeError is raised when calling either range_iterator or longrange_iterator
        * removed the test.support.cpython_only decorator of the test

The output of 'python_d.exe -m test -j3' for each version is also attached (they were both successful).
History
Date User Action Args
2016-10-08 16:25:17Oren Milmansetrecipients: + Oren Milman, methane, serhiy.storchaka, abarry
2016-10-08 16:25:17Oren Milmansetmessageid: <1475943917.43.0.822199716647.issue28376@psf.upfronthosting.co.za>
2016-10-08 16:25:17Oren Milmanlinkissue28376 messages
2016-10-08 16:25:17Oren Milmancreate