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 rhettinger
Recipients rhettinger
Date 2014-11-09.03:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415503338.78.0.5855468908.issue22824@psf.upfronthosting.co.za>
In-reply-to
Content
Currently reprlib outputs:

    >>> reprlib.repr(set('supercalifragilisticexpialidocious'))
    "set(['a', 'c', 'd', 'e', 'f', 'g', ...])"

This should be:

    "{'a', 'c', 'd', 'e', 'f', 'g', ...}"
History
Date User Action Args
2014-11-09 03:22:18rhettingersetrecipients: + rhettinger
2014-11-09 03:22:18rhettingersetmessageid: <1415503338.78.0.5855468908.issue22824@psf.upfronthosting.co.za>
2014-11-09 03:22:18rhettingerlinkissue22824 messages
2014-11-09 03:22:18rhettingercreate