Message73060
| Author | maix |
|---|---|
| Recipients | georg.brandl, maix |
| Date | 2008-09-11.21:24:09 |
| SpamBayes Score | 0.1870907 |
| Marked as misclassified | No |
| Message-id | <1221168310.48.0.733026524014.issue3843@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On http://docs.python.org/dev/library/string.html, at the format string documentation, it says: > The '#' option is only valid for integers, and only for binary, octal, or *decimal* output. If present, it specifies that the output will be prefixed by '0b', '0o', or '0x', respectively. The decimal is wrong, hexadecimal is meant there. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-11 21:25:10 | maix | set | recipients: + maix, georg.brandl |
| 2008-09-11 21:25:10 | maix | set | messageid: <1221168310.48.0.733026524014.issue3843@psf.upfronthosting.co.za> |
| 2008-09-11 21:24:10 | maix | link | issue3843 messages |
| 2008-09-11 21:24:09 | maix | create | |