Message274329
I haven’t looked, but my guess at why test_unparse could fail would be trying to generate code for an f-string with control characters in. Maybe it is taking stuff like
f'''{x}
{y}
'''
and generating
f'{x}\n{y}\n' |
|
| Date |
User |
Action |
Args |
| 2016-09-03 22:49:22 | martin.panter | set | recipients:
+ martin.panter, barry, eric.smith, ned.deily, python-dev, serhiy.storchaka |
| 2016-09-03 22:49:22 | martin.panter | set | messageid: <1472942962.92.0.643944469745.issue27921@psf.upfronthosting.co.za> |
| 2016-09-03 22:49:22 | martin.panter | link | issue27921 messages |
| 2016-09-03 22:49:22 | martin.panter | create | |
|