Message 250527 - Python tracker
Message250527
| Author | JelleZijlstra |
|---|---|
| Recipients | JelleZijlstra, barry, eric.smith, martin.panter, python-dev, yselivanov |
| Date | 2015-09-12.17:29:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1442078999.28.0.801466688012.issue24965@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've started working on implementing this feature in Cython and I'd like to confirm a few edge cases:
- f'{ {1: 2\N{RIGHT CURLY BRACKET}[1]}' == '2' (string escape rules work even within the expressions)
- f'{ '''foo''' }' is a syntax error
- f'{ """foo 'bar'""" }' is a syntax error |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-12 17:29:59 | JelleZijlstra | set | recipients: + JelleZijlstra, barry, eric.smith, python-dev, martin.panter, yselivanov |
| 2015-09-12 17:29:59 | JelleZijlstra | set | messageid: <1442078999.28.0.801466688012.issue24965@psf.upfronthosting.co.za> |
| 2015-09-12 17:29:59 | JelleZijlstra | link | issue24965 messages |
| 2015-09-12 17:29:58 | JelleZijlstra | create | |