a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 300072 and 327098

Description: 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".
Description: Backported and Experimental Type Hints for Python (Python3 version)
 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".
 .
 This package contains the Python 3 version of the library.
--- 300072	Thu Jan  1 00:00:00 1970
+++ 327098	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-Backported and Experimental Type Hints for Python
+Backported and Experimental Type Hints for Python (Python3 version)
  The "typing_extensions" module serves two related purposes:
  .
  1. Enable use of new type system features on older Python versions.
@@ -8,3 +8,5 @@
  "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".
+ .
+ This package contains the Python 3 version of the library.