[issue36885] Clean up makeunicode.py script

2019-05-11 Thread Stefan Behnel
Change by Stefan Behnel : -- keywords: +patch pull_requests: +13154 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue36885] Clean up makeunicode.py script

2019-05-11 Thread Stefan Behnel
New submission from Stefan Behnel : The code generation in the makeunicode.py script is more difficult to read than necessary due to the many use of "print(file=fp)" everywhere. Moving the "file" argument out of the way makes it easier to read through the actual code that is being generated.