Message331833
| Author | seblin |
|---|---|
| Recipients | eric.smith, seblin, serhiy.storchaka |
| Date | 2018-12-14.14:56:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544799367.09.0.788709270274.issue35494@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The same behavior applies to f'{spam[}' and f'{spam(}'. Also to f'{spam{}', but that might be expected.
This message is more clear:
>>> f'{spam('
File "<stdin>", line 1
SyntaxError: f-string: mismatched '(', '{', or '['
Perhaps you want to apply that to the above error cases. Then you wouldn't have to catch any type of bracket. :-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-14 14:56:07 | seblin | set | recipients: + seblin, eric.smith, serhiy.storchaka |
| 2018-12-14 14:56:07 | seblin | set | messageid: <1544799367.09.0.788709270274.issue35494@psf.upfronthosting.co.za> |
| 2018-12-14 14:56:07 | seblin | link | issue35494 messages |
| 2018-12-14 14:56:07 | seblin | create | |