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 serhiy.storchaka
Recipients amaury.forgeotdarc, fdrake, pitrou, rhettinger, serhiy.storchaka
Date 2014-11-05.16:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5093090.xXbeeNUMFC@raxxla>
In-reply-to <1415177746.18.0.469144586089.issue22721@psf.upfronthosting.co.za>
Content
> How about:  repr(obj).strip("'\"") ?

String can starts or ends with quotes. And string repr can be a part of the 
repr of other type (e.g. short list).
History
Date User Action Args
2014-11-05 16:03:01serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, rhettinger, amaury.forgeotdarc, pitrou
2014-11-05 16:03:01serhiy.storchakalinkissue22721 messages
2014-11-05 16:03:01serhiy.storchakacreate