chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
c968103
)
catacomb/__init__.py: Use `%#x' rather than `hex' now.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000
(
01:38
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 3 May 2017 18:37:48 +0000
(19:37 +0100)
The reason `%x' used not to work is the recently-fixed bug whereby
conversions to `int' raised exceptions rather than returning `long'.
No differences found