Message178599
| Author | ezio.melotti |
|---|---|
| Recipients | chris.jerdonek, doerwalter, eric.smith, ezio.melotti, flox, gkcn, pablomouzo, s0undt3ch, vstinner |
| Date | 2012-12-30.18:45:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356893116.37.0.0619403390004.issue7300@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
2.6 only gets security fixes. > My patch converts the format string to unicode using the default > encoding. It's inconsistent with str%args: str%args converts str to > unicode using the ASCII charset (if a least one argument is an unicode > string), not the default encoding. I think it's better to be consistent and use ASCII. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-30 18:45:16 | ezio.melotti | set | recipients: + ezio.melotti, doerwalter, vstinner, eric.smith, pablomouzo, flox, chris.jerdonek, gkcn, s0undt3ch |
| 2012-12-30 18:45:16 | ezio.melotti | set | messageid: <1356893116.37.0.0619403390004.issue7300@psf.upfronthosting.co.za> |
| 2012-12-30 18:45:16 | ezio.melotti | link | issue7300 messages |
| 2012-12-30 18:45:16 | ezio.melotti | create | |