Oren Milman added the comment: 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). ---------- Added file: http://bugs.python.org/file45018/issue28376_CPython36_ver3.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28376> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com