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 benjamin.peterson
Recipients benjamin.peterson, eric.smith
Date 2010-06-06.23:07:14
SpamBayes Score 5.8905796e-05
Marked as misclassified No
Message-id <1275865635.78.0.716511257083.issue8931@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3
Python 3.1.2 (release31-maint, May  3 2010, 22:18:46)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> format(ord("a"), "c")
'a'
>>> format(ord("a"), "#c")
'a'

I wonder if '#' with 'c' should raise an exception.
History
Date User Action Args
2010-06-06 23:07:15benjamin.petersonsetrecipients: + benjamin.peterson, eric.smith
2010-06-06 23:07:15benjamin.petersonsetmessageid: <1275865635.78.0.716511257083.issue8931@psf.upfronthosting.co.za>
2010-06-06 23:07:14benjamin.petersonlinkissue8931 messages
2010-06-06 23:07:14benjamin.petersoncreate