Message230671
| Author |
rhettinger |
| Recipients |
amaury.forgeotdarc, fdrake, pitrou, rhettinger, serhiy.storchaka |
| Date |
2014-11-05.08:55:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1415177746.18.0.469144586089.issue22721@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
> the primary sort will be on the type of quote used for the repr,
> which would be surprising and significantly less useful.
How about: repr(obj).strip("'\"") ?
Overall, the idea of using repr() in some fashion is appealing because it sorts on what the user actually sees. |
|