Skip to content

Commit

Permalink
Clean-up typing_extensions -- typing_extensions (#932)
Browse files Browse the repository at this point in the history
* Remove compatibility constants for old Python versions.
* Remove obsolete code branches.
* Use f-strings.
* Use new style super().
* Inline typing imports.
  • Loading branch information
AA-Turner committed Nov 11, 2021
1 parent d298120 commit 6992984
Show file tree
Hide file tree
Showing 3 changed files with 1,101 additions and 2,006 deletions.
18 changes: 18 additions & 0 deletions typing_extensions/CHANGELOG
Expand Up @@ -2,3 +2,21 @@

Starting with version 4.0.0, typing_extensions uses Semantic Versioning.
See the README for more information.

Dropped support for Python versions 3.5 and older.

Simplified backports for Python 3.6.0 and newer.
Patch by Adam Turner (@AA-Turner).

## Removed in version 4.0.0

The following non-exported but non-private names have been removed as they are
unneeded for supporting Python 3.6 and newer.

- TypingMeta
- OLD_GENERICS
- SUBS_TREE
- HAVE_ANNOTATED
- HAVE_PROTOCOLS
- V_co
- VT_co

0 comments on commit 6992984

Please sign in to comment.