python-typing-extensions 4.10.0-1 source package in Ubuntu
Changelog
python-typing-extensions (4.10.0-1) unstable; urgency=medium * Team upload. * New upstream release. - Backport recent improvements to the implementation of `Protocol` (closes: #1064739). -- Colin Watson <email address hidden> Tue, 05 Mar 2024 18:40:41 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-typing-extensions_4.10.0-1.dsc | 2.3 KiB | 431f6c684d284aab75e2722c54d30973b82300fb65ba599861151c216ac8aeb8 |
python-typing-extensions_4.10.0.orig.tar.gz | 75.7 KiB | b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb |
python-typing-extensions_4.10.0-1.debian.tar.xz | 4.2 KiB | aa42e863b0ec33ead24334d58c5af113bfd85db269fc43ae06d7b5dbceab45d4 |
Available diffs
- diff from 4.9.0-1 to 4.10.0-1 (8.1 KiB)
No changes file available.
Binary packages built by this source
- python3-typing-extensions: Backported and Experimental Type Hints for Python
The "typing_extensions" module serves two related purposes:
.
1. Enable use of new type system features on older Python versions.
2. Enable experimentation with new type system PEPs before they are accepted
and added to the "typing" module.
.
"typing_extensions" is treated specially by static type checkers such as mypy
and pyright. Objects defined in "typing_extensions" are treated the same
way as equivalent forms in "typing".