chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
4e23685
)
mdwsetup.py: Fixes for Python 3 compatibility.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Oct 2019 22:57:28 +0000
(23:57 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000
(12:30 +0100)
* Write parentheses around `print' operands.
* Set `universal_newlines' on in `Popen' to force handling in text
mode.
* Use an unpleasant hack to inject the `CommandClass' metaclass,
because the official syntax is so different between the two
versions.
No differences found