Commit Graph

1 Commits (99ba5ae7b73b74e27c17f68f5998fee985a969b2)

Author SHA1 Message Date
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