×

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:03 2024
md5 checksum 316d2c683a8fea0b19eebe5fa9c4a408
arch x86_64
build py38_0
depends python >=3.8,<3.9.0a0
license PSF
license_family PSF
md5 316d2c683a8fea0b19eebe5fa9c4a408
name typing_extensions
platform linux
sha1 801815bcb5328de34683bef1e38b6413922feca8
sha256 07a6c6a96d5336da91f21e89db3cc2157acbdbcfdf5f27f24d5733bf69a0fe60
size 40849
subdir linux-64
timestamp 1573975362923
version 3.7.4.1