homepage

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 eric.smith
Recipients Retro, eric.smith, py.user, skrah
Date 2012年01月19日.00:54:44
SpamBayes Score 9.3909e-06
Marked as misclassified No
Message-id <1326934485.72.0.678976232178.issue13811@psf.upfronthosting.co.za>
In-reply-to
Content
The existing exceptions use the text "format code" for what the documentation calls "type":
>>> format(9, "h")
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ValueError: Unknown format code 'h' for object of type 'int'
So to be consistent, it should say:
>>> format(9, "xx10f")
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ValueError: Invalid format code
History
Date User Action Args
2012年01月19日 00:54:46eric.smithsetrecipients: + eric.smith, Retro, skrah, py.user
2012年01月19日 00:54:45eric.smithsetmessageid: <1326934485.72.0.678976232178.issue13811@psf.upfronthosting.co.za>
2012年01月19日 00:54:45eric.smithlinkissue13811 messages
2012年01月19日 00:54:44eric.smithcreate

AltStyle によって変換されたページ (->オリジナル) /