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.araujo
Recipients Todd.Rovito, docs@python, eric.araujo, eric.smith, flox, gosella, kisielk, marco.buttu, mark.dickinson, mrabarnett, rhettinger, terry.reedy
Date 2019-04-26.02:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556247148.09.0.402153449733.issue7951@roundup.psfhosted.org>
In-reply-to
Content
A side question: where is it defined that in `{thing[0]}`, 0 will be parsed as an integer?

The PEP shows `{thing[name]}` and mentions that this is not Python but a smaller mini-language, with `name` always a string, no quotes needed or permitted.
History
Date User Action Args
2019-04-26 02:52:28eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, mark.dickinson, eric.smith, kisielk, mrabarnett, flox, docs@python, gosella, Todd.Rovito, marco.buttu
2019-04-26 02:52:28eric.araujosetmessageid: <1556247148.09.0.402153449733.issue7951@roundup.psfhosted.org>
2019-04-26 02:52:28eric.araujolinkissue7951 messages
2019-04-26 02:52:28eric.araujocreate