Message254309
| Author | eric.smith |
|---|---|
| Recipients | abarry, docs@python, eric.smith, jayvdb |
| Date | 2015-11-07.22:12:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1446934323.06.0.868829417101.issue25179@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It does not currently work, because the docstring logic looks for a string, not an expression. And an f-string is an expression. It would require changing the compiler to evaluate the f-string expression. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-07 22:12:03 | eric.smith | set | recipients: + eric.smith, docs@python, jayvdb, abarry |
| 2015-11-07 22:12:03 | eric.smith | set | messageid: <1446934323.06.0.868829417101.issue25179@psf.upfronthosting.co.za> |
| 2015-11-07 22:12:03 | eric.smith | link | issue25179 messages |
| 2015-11-07 22:12:03 | eric.smith | create | |