chiark / gitweb /
catacomb/__init__.py: Use `%#x' rather than `hex' now.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 3 May 2017 18:37:48 +0000 (19:37 +0100)
commitc968103a2e2fe9f34cb6af04208efc9883eab361
tree4be10e20687899886fa8afc48d0ab64982f705f0
parentd35f9a17d34ae5a48b6477f80370278580ec6a1e
catacomb/__init__.py: Use `%#x' rather than `hex' now.

The reason `%x' used not to work is the recently-fixed bug whereby
conversions to `int' raised exceptions rather than returning `long'.
catacomb/__init__.py