Page MenuHomeSolus

Update python-typing-extensions to 3.7.4.3
ClosedPublic

Authored by algent on Aug 27 2020, 7:32 PM.
Tags
None
Referenced Files
F10820652: D9515.id.diff
Fri, Jun 2, 5:02 AM
F10804462: D9515.id23045.diff
Mon, May 29, 4:12 PM
F10804306: D9515.id22943.diff
Mon, May 29, 3:34 PM
F10792830: D9515.id23045.diff
Sat, May 27, 8:38 AM
F10723686: D9515.diff
May 7 2023, 6:52 AM
F10719353: D9515.id.diff
May 5 2023, 9:39 AM
Subscribers

Details

Summary

Changelog:

  • Add tox tests
  • Add PEP 613 TypeAlias
  • Add SupportsIndex, added in Python 3.8
  • Fix required and optional keys inheritance for TypedDict
  • Replace asyncio.coroutine with async-await
  • Reuse stdlib PEP 593 implementation in typing_extensions if present
  • Backport get_origin() and get_args()
  • Track optional TypdeDict keys
  • Accept arbitrary keyword names in NamedTuple() and TypedDict()

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Update python-mypy against this version and check for errors with it in some python scripts.

Diff Detail

Repository
R4911 python-typing-extensions
Lint
Lint Not Applicable
Unit
Tests Not Applicable