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 seluj78
Recipients mdk, rhettinger, seluj78, serhiy.storchaka, steven.daprano
Date 2018-11-09.23:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541805174.88.0.788709270274.issue35200@psf.upfronthosting.co.za>
In-reply-to
Content
As you can see in his PR (https://github.com/python/cpython/pull/10436), he added multiple display types based on the size of the range.

This is easily represented in the dumb_range_repr function: https://github.com/python/cpython/pull/10436/files#diff-95a46658bf7fed08423d060e8f9c1dc2R18

Or here is the C implementation: https://github.com/python/cpython/pull/10436/files#diff-5782f3fcbdfb176507359c3712c42655R597
History
Date User Action Args
2018-11-09 23:12:54seluj78setrecipients: + seluj78, rhettinger, steven.daprano, serhiy.storchaka, mdk
2018-11-09 23:12:54seluj78setmessageid: <1541805174.88.0.788709270274.issue35200@psf.upfronthosting.co.za>
2018-11-09 23:12:54seluj78linkissue35200 messages
2018-11-09 23:12:54seluj78create