Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a Python 2-ism and improve type hints. (#11699) | Patrick Cloke | 2022-01-06 | 1 | -0/+1 |
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. |