Message 209011 - Python tracker
Message209011
| Author | Arfrever |
|---|---|
| Recipients | Arfrever, berker.peksag, eric.araujo, lukasz.langa, serhiy.storchaka, tarek |
| Date | 2014-01-23.22:31:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390516283.87.0.327906025545.issue20363@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think that %s is better for 'dashes' variable (which is always str) in Lib/distutils/command/register.py: self.announce('%s%r%s' % (dashes, data, dashes)) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-23 22:31:23 | Arfrever | set | recipients: + Arfrever, tarek, eric.araujo, lukasz.langa, berker.peksag, serhiy.storchaka |
| 2014-01-23 22:31:23 | Arfrever | set | messageid: <1390516283.87.0.327906025545.issue20363@psf.upfronthosting.co.za> |
| 2014-01-23 22:31:23 | Arfrever | link | issue20363 messages |
| 2014-01-23 22:31:23 | Arfrever | create | |