Message281182
It's Ned's call, but I wouldn't recommend changing this in 3.6, at least not 3.6.0.
As Martin points out, the reason f'foo' is a "normal" string has to do with how strings and f-strings are assembled and concatenated.
Similarly:
'foo' f'bar' 'baz'
is a normal string, 'foobarbaz'.
I can't think of another place that requires a "normal" string, but if they exist, they'd be affected by this, too. |
|
Date |
User |
Action |
Args |
2016-11-19 00:16:11 | eric.smith | set | recipients:
+ eric.smith, gvanrossum, martin.panter, yselivanov |
2016-11-19 00:16:11 | eric.smith | set | messageid: <1479514571.65.0.290447152683.issue28739@psf.upfronthosting.co.za> |
2016-11-19 00:16:11 | eric.smith | link | issue28739 messages |
2016-11-19 00:16:11 | eric.smith | create | |
|