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-18.00:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442536816.46.0.398051587267.issue24965@psf.upfronthosting.co.za>
In-reply-to
Content
> Martin Panter added the comment:
> 
> Another strange error message (though maybe the new test changes you mentioned caught this):
> 
>>>> f'{3:{10}'  # Actually missing a closing bracket '}'
>   File "<stdin>", line 1
> SyntaxError: f-string: unexpected '}'

Yes, I found that one, too. Sorry to waste your time on this, but I literally just finished the test changes 15 minutes ago.
History
Date User Action Args
2015-09-18 00:40:16eric.smithsetrecipients: + eric.smith, barry, python-dev, martin.panter, yselivanov, JelleZijlstra, elvis
2015-09-18 00:40:16eric.smithsetmessageid: <1442536816.46.0.398051587267.issue24965@psf.upfronthosting.co.za>
2015-09-18 00:40:16eric.smithlinkissue24965 messages
2015-09-18 00:40:15eric.smithcreate