This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients benjamin.peterson, scoder
Date 2019-05-11.07:08:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557558491.4.0.613612433422.issue36885@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-11 07:08:11scodersetrecipients: + scoder, benjamin.peterson
2019-05-11 07:08:11scodersetmessageid: <1557558491.4.0.613612433422.issue36885@roundup.psfhosted.org>
2019-05-11 07:08:11scoderlinkissue36885 messages
2019-05-11 07:08:11scodercreate