catacomb/__init__.py, mp.c: Remove `L' suffix from `repr' output.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 21 Nov 2019 22:44:15 +0000 (22:44 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commite38168e25100c9bcf8e9784c0da1eb4605ce392f
treef0a99fe55e49d656bdd88b20f93d49ebf0cc3b41
parent77535854d3f9ceb6d6f7948080e2daaad6d16852
catacomb/__init__.py, mp.c: Remove `L' suffix from `repr' output.

Python 3 doesn't produce an `L', and it doesn't really help anything.
catacomb/__init__.py
mp.c
t/t-mp.py