Skip to content

Commit 6992984

Browse files
authored
Clean-up typing_extensions -- typing_extensions (#932)
* Remove compatibility constants for old Python versions. * Remove obsolete code branches. * Use f-strings. * Use new style super(). * Inline typing imports.
1 parent d298120 commit 6992984

File tree

3 files changed

+1101
-2006
lines changed

3 files changed

+1101
-2006
lines changed

typing_extensions/CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@
22

33
Starting with version 4.0.0, typing_extensions uses Semantic Versioning.
44
See the README for more information.
5+
6+
Dropped support for Python versions 3.5 and older.
7+
8+
Simplified backports for Python 3.6.0 and newer.
9+
Patch by Adam Turner (@AA-Turner).
10+
11+
## Removed in version 4.0.0
12+
13+
The following non-exported but non-private names have been removed as they are
14+
unneeded for supporting Python 3.6 and newer.
15+
16+
- TypingMeta
17+
- OLD_GENERICS
18+
- SUBS_TREE
19+
- HAVE_ANNOTATED
20+
- HAVE_PROTOCOLS
21+
- V_co
22+
- VT_co

0 commit comments

Comments
 (0)