PEP 647: comment about backwards-compatibility (#1813)
This commit is contained in:
parent
b51b797708
commit
d0a76d4ffc
|
@ -236,6 +236,10 @@ Backwards Compatibility
|
|||
=======================
|
||||
Existing code that does not use this new functionality will be unaffected.
|
||||
|
||||
Notably, code which uses annotations in a manner incompatible with the
|
||||
stdlib typing library should simply not import TypeGuard.
|
||||
|
||||
|
||||
Reference Implementation
|
||||
========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue