×

The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Text or typing.Coroutine. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol. Users of other Python versions should continue to install and use the typing module from PyPi instead of using this one unless specifically writing code that must be compatible with multiple Python versions or requires experimental types.

Uploaded Wed Nov 20 19:22:06 2024
md5 checksum 24cd80f9c26247ee6cbb235ed0788bce
arch x86_64
build py38_0
depends python >=3.8,<3.9.0a0
license PSF
license_family PSF
md5 24cd80f9c26247ee6cbb235ed0788bce
name typing_extensions
platform linux
sha1 fe45ab533c5edb3656fb82638c3d511e4343a788
sha256 4b6d22b9991288a22c70fd5b1c0186871e18abe7bbd176734b3b06ba866bc872
size 40045
subdir linux-64
timestamp 1573200309422
version 3.7.4