New submission from Stefan Behnel <stefan...@behnel.de>:

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.

----------
components: Demos and Tools
messages: 342171
nosy: benjamin.peterson, scoder
priority: low
severity: normal
stage: patch review
status: open
title: Clean up makeunicode.py script
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36885>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to