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 martin.panter
Recipients JelleZijlstra, barry, elvis, eric.smith, martin.panter, python-dev, yselivanov
Date 2015-09-18.00:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442536609.57.0.0518386749269.issue24965@psf.upfronthosting.co.za>
In-reply-to
Content
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 '}'
History
Date User Action Args
2015-09-18 00:36:49martin.pantersetrecipients: + martin.panter, barry, eric.smith, python-dev, yselivanov, JelleZijlstra, elvis
2015-09-18 00:36:49martin.pantersetmessageid: <1442536609.57.0.0518386749269.issue24965@psf.upfronthosting.co.za>
2015-09-18 00:36:49martin.panterlinkissue24965 messages
2015-09-18 00:36:49martin.pantercreate