This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:10maixsetrecipients: + maix, georg.brandl
2008-09-11 21:25:10maixsetmessageid: <1221168310.48.0.733026524014.issue3843@psf.upfronthosting.co.za>
2008-09-11 21:24:10maixlinkissue3843 messages
2008-09-11 21:24:09maixcreate