-
- Downloads
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.
changelog.d/11699.misc
0 → 100644
Please register or sign in to comment