Message 208990 - Python tracker
Message208990
| Author | Arfrever |
|---|---|
| Recipients | Arfrever, eric.araujo, lukasz.langa, tarek |
| Date | 2014-01-23.20:36:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390509368.62.0.251702330245.issue20363@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think that repr could be used: str(bytes_instance) -> repr(bytes_instance) "%s" % bytes_instance -> "%r" % bytes_instance Any opinions? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-23 20:36:08 | Arfrever | set | recipients: + Arfrever, tarek, eric.araujo, lukasz.langa |
| 2014-01-23 20:36:08 | Arfrever | set | messageid: <1390509368.62.0.251702330245.issue20363@psf.upfronthosting.co.za> |
| 2014-01-23 20:36:08 | Arfrever | link | issue20363 messages |
| 2014-01-23 20:36:08 | Arfrever | create | |