So I was reading the docs for the `threading` module and I stumbled upon this little note:Note:
In the Python 2.x series, this module contained
camelCase
names for some methods and functions. These are deprecated as of Python 3.10, but they are still supported for compatibility with Python 2.5 and lower.
And it got me thinking.
Given that there is some precedent, would it be feasible to make a concerted effort to add aliases across the board for all public-facing stdlib types and functions that don't follow pep8-recommended casing?