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 JelleZijlstra, barry, elvis, eric.smith, martin.panter, python-dev, yselivanov
Date 2015-09-16.07:12:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442387557.18.0.838120857618.issue24965@psf.upfronthosting.co.za>
In-reply-to
Content
I rewrote the format_spec parser to recursively call the f-string parser, so any oddness in what's allowed in a format_spec is gone.

It took way longer than I thought, but the code is better for it.
History
Date User Action Args
2015-09-16 07:12:38eric.smithsetrecipients: + eric.smith, barry, python-dev, martin.panter, yselivanov, JelleZijlstra, elvis
2015-09-16 07:12:37eric.smithsetmessageid: <1442387557.18.0.838120857618.issue24965@psf.upfronthosting.co.za>
2015-09-16 07:12:37eric.smithlinkissue24965 messages
2015-09-16 07:12:37eric.smithcreate