mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
201c48c8de
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.
2 lines
35 B
Plaintext
2 lines
35 B
Plaintext
Remove fallback code for Python 2.
|