From: Mark Wooding Date: Mon, 1 May 2017 00:38:30 +0000 (+0100) Subject: catacomb/__init__.py: Use `%#x' rather than `hex' now. X-Git-Tag: 1.2.0~35 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/c968103a2e2fe9f34cb6af04208efc9883eab361?hp=c968103a2e2fe9f34cb6af04208efc9883eab361 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'. ---