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 georg.brandl
Recipients georg.brandl, perey
Date 2013-10-13.20:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381696962.1.0.913484610555.issue14999@psf.upfronthosting.co.za>
In-reply-to
Content
IMO we always use 1-based numbering when counting things.

Try e.g.

>>> format('a', None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: format expects arg 2 to be string or unicode, not NoneType
History
Date User Action Args
2013-10-13 20:42:42georg.brandlsetrecipients: + georg.brandl, perey
2013-10-13 20:42:42georg.brandlsetmessageid: <1381696962.1.0.913484610555.issue14999@psf.upfronthosting.co.za>
2013-10-13 20:42:42georg.brandllinkissue14999 messages
2013-10-13 20:42:42georg.brandlcreate