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 genetics_jo
Recipients ezio.melotti, genetics_jo, mrabarnett
Date 2016-12-05.18:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480962120.7.0.536761585872.issue28880@psf.upfronthosting.co.za>
In-reply-to
Content
When attempting to use range(I, j) command in Windows 10 command prompt, the latest version of Python would simply echo what was typed.  See below:

>>> range(7)
range(0, 7)
>>> range(0, 9)
range(0, 9)
>>> range(1, 10, 3)
range(1, 10, 3)
>>>
History
Date User Action Args
2016-12-05 18:22:00genetics_josetrecipients: + genetics_jo, ezio.melotti, mrabarnett
2016-12-05 18:22:00genetics_josetmessageid: <1480962120.7.0.536761585872.issue28880@psf.upfronthosting.co.za>
2016-12-05 18:22:00genetics_jolinkissue28880 messages
2016-12-05 18:22:00genetics_jocreate