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 terry.reedy
Recipients ezio.melotti, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-11-09.21:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415569067.06.0.605612303761.issue22823@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, as I said before, please omit idlelib/CodeContext.

You both skipped reprlib.py.  Should it be changed to produce the standard repr() result? The existing lines:

F:\Python\dev\35\lib\reprlib.py: 91:         return self._repr_iterable(x, level, 'set([', '])', self.maxset)
F:\Python\dev\35\lib\reprlib.py: 95:         return self._repr_iterable(x, level, 'frozenset([', '])',

If it is, its tests will have to be changed too.
History
Date User Action Args
2014-11-09 21:37:47terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti, serhiy.storchaka
2014-11-09 21:37:47terry.reedysetmessageid: <1415569067.06.0.605612303761.issue22823@psf.upfronthosting.co.za>
2014-11-09 21:37:47terry.reedylinkissue22823 messages
2014-11-09 21:37:47terry.reedycreate