Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:
The current repr is awkward for teaching but does have the virtue of being able to round-trip. When that is possible, it is what the language usually chooses. FWIW, you can show ranges with print() and *-unpacking: >>> print(*range(1000, 2000, 100)) 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 ---------- nosy: +rhettinger _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35200> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com