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
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Is it possible to setup an intersphinx mapping that links the python3 collections.abc as well as the python2 collections correctly?
For example collections.Mapping (py2) is now collections.abc.Mapping (py3). But the not-abcs like collections.OrderedDict remained in the collections namespace.