Skip to content

Suggest using collections.abc etc, not typing (deprecated since 3.9) #46

@srittau

Description

@srittau

Affects:

  • AbstractSet (as collections.abc.Set)
  • AsyncContextManager (as contextlib.AbstractAsyncContextManager)
  • AsyncGenerator
  • AsyncIterable
  • AsyncIterator
  • Awaitable
  • ByteString
  • Callable
  • ChainMap (as collections.ChainMap)
  • Collection
  • Container
  • ContextManager (as contextlib.AbstractContextManager)
  • Coroutine
  • Counter (as collections.Counter)
  • DefaultDict (as collections.defaultdict)
  • Deque (as collections.Deque)
  • Generator
  • Hashable
  • ItemsView
  • Iterable
  • Iterator
  • KeysView
  • Mapping
  • MappingView
  • Match (as re.Match)
  • MutableMapping
  • MutableSequence
  • MutableSet
  • OrderedDict (as collections.OrderedDict)
  • Pattern (as re.Pattern)
  • Reversible
  • Sequence
  • Sized
  • ValuesView

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions