[issue45544] Close 2to3 issues and list them here

2021-10-20 Thread Samuel Tatasurya
Change by Samuel Tatasurya : -- keywords: +patch nosy: +samtatasurya nosy_count: 1.0 -> 2.0 pull_requests: +27381 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17096 ___ Python tracker <https://bugs.p

[issue38681] 2to3 Conversion Result using BlankLine() can be Syntactically Incorrect

2019-11-03 Thread Samuel Tatasurya
New submission from Samuel Tatasurya : Transformation performed by certain fixers (e.g. future, itertools_imports) that causes a statement to be replaced by a blank line will generate a Python file that contains syntax error. For example, assuming a Python file (foo.py) containing line below