[issue33266] 2to3 doesn't parse all valid string literals

2018-04-24 Thread Zsolt Dollenstein
Change by Zsolt Dollenstein : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +6187 ___ Python tracker ___

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker ___ ___

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-12 Thread Eric V. Smith
Eric V. Smith added the comment: Is 2to3 supposed to be able to parse non-python2 files? I don't recall. -- nosy: +eric.smith ___ Python tracker

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6152 stage: -> patch review ___ Python tracker ___

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-12 Thread Zsolt Dollenstein
New submission from Zsolt Dollenstein : For example `rf"blah"` is not tokenized properly. -- components: 2to3 (2.x to 3.x conversion tool) messages: 315215 nosy: Zsolt Dollenstein priority: normal severity: normal status: open title: 2to3 doesn't parse all valid