Commit Graph

1 Commits (9eab71aa935a2d5c493c974e2f13d10d3cb4c09a)

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