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 dmzz
Recipients Mariatta, ceronman, dmzz, eric.smith, ezio.melotti, franciscouzo, roysmith, terry.reedy, tshepang
Date 2019-02-26.13:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551188424.11.0.327095702396.issue21879@roundup.psfhosted.org>
In-reply-to
Content
I've noticed this issue is quite not active, but I'm up on participating in it if anyone is doing it already. Since then, this issue still persists:

>>> '{1}'.format()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IndexError: tuple index out of range

Reading further, I agree that improving the message is suitable. We should leave the Index Exception while changing the text to "Replacement index %d out of range for positional args tuple". Even though I find it quite extent for an exception message, I guess it couldn't be any other way, unless someone gives a better suggestion.
History
Date User Action Args
2019-02-26 13:40:24dmzzsetrecipients: + dmzz, terry.reedy, roysmith, eric.smith, ezio.melotti, tshepang, ceronman, franciscouzo, Mariatta
2019-02-26 13:40:24dmzzsetmessageid: <1551188424.11.0.327095702396.issue21879@roundup.psfhosted.org>
2019-02-26 13:40:24dmzzlinkissue21879 messages
2019-02-26 13:40:24dmzzcreate