Message296204
Before the patch, eval("f'\\\n'") gives me the same assertion failure, with an IDLE freeze instead of core dump equivalent, but is seems that the string should be of length 2.
>>> len('\\\n')
2
>>> len(f'\\\n')
2 |
|
Date |
User |
Action |
Args |
2017-06-16 15:35:28 | terry.reedy | set | recipients:
+ terry.reedy, eric.smith, ned.deily, serhiy.storchaka |
2017-06-16 15:35:28 | terry.reedy | set | messageid: <1497627328.19.0.370639890288.issue30682@psf.upfronthosting.co.za> |
2017-06-16 15:35:28 | terry.reedy | link | issue30682 messages |
2017-06-16 15:35:28 | terry.reedy | create | |
|