Issue36885
Created on 2019-05-11 07:08 by scoder, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7558 | merged | scoder, 2019-05-11 07:08 | |
| Messages (1) | |||
|---|---|---|---|
| msg342171 - (view) | Author: Stefan Behnel (scoder) * ![]() |
Date: 2019-05-11 07:08 | |
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 |
| 2022-04-11 14:59:15 | admin | set | github: 81066 |
| 2019-06-01 19:50:43 | scoder | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-05-11 07:28:50 | scoder | set | title: Clean up makeunicode.py script -> Make makeunicode.py script more readable |
| 2019-05-11 07:08:37 | scoder | set | keywords:
+ patch pull_requests: + pull_request13154 |
| 2019-05-11 07:08:11 | scoder | create | |
