Message 250926 - Python tracker
Message250926
| 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:49 | martin.panter | set | recipients: + martin.panter, barry, eric.smith, python-dev, yselivanov, JelleZijlstra, elvis |
| 2015-09-18 00:36:49 | martin.panter | set | messageid: <1442536609.57.0.0518386749269.issue24965@psf.upfronthosting.co.za> |
| 2015-09-18 00:36:49 | martin.panter | link | issue24965 messages |
| 2015-09-18 00:36:49 | martin.panter | create | |