PEP 647: comment about backwards-compatibility (#1813)

This commit is contained in:
JimJJewett 2021-02-12 17:19:16 -05:00 committed by GitHub
parent b51b797708
commit d0a76d4ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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
========================