summary refs log tree commit diff
path: root/changelog.d/11699.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a Python 2-ism and improve type hints. (#11699)Patrick Cloke2022-01-061-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.