Message342171
| 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:11 | scoder | set | recipients: + scoder, benjamin.peterson |
| 2019-05-11 07:08:11 | scoder | set | messageid: <1557558491.4.0.613612433422.issue36885@roundup.psfhosted.org> |
| 2019-05-11 07:08:11 | scoder | link | issue36885 messages |
| 2019-05-11 07:08:11 | scoder | create | |