You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.8 is already more than a year old, ships by default in the latest Ubuntu LTS and, more relevant to us, has a number of improvements that would allow us to clean up the code a little bit and
Make the use of mypy and similar static type-checking tools more systematic and simpler.
Python 3.8 is already more than a year old, ships by default in the latest Ubuntu LTS and, more relevant to us, has a number of improvements that would allow us to clean up the code a little bit and
multipledispatch
dependency, and replace it by functools.simpledispatch.This issue is to keep track of moving towards Python 3.8.
The text was updated successfully, but these errors were encountered: