forked-synapse/changelog.d/11699.misc
Patrick Cloke 201c48c8de
Remove a Python 2-ism and improve type hints. (#11699)
On Python 2, indexing a byte-string gives back a byte-string,
while on Python 3 it gives back the ASCII equivalent as an int.
2022-01-06 18:08:48 +00:00

2 lines
35 B
Plaintext

Remove fallback code for Python 2.