Delete rule forbidding function type annotations in the stdlib.

This commit is contained in:
Guido van Rossum 2012-03-02 10:18:31 -08:00
parent d0beba79d5
commit c606a1fdfe
1 changed files with 0 additions and 6 deletions

View File

@ -840,12 +840,6 @@ Programming Recommendations
Worse: if greeting is True:
Rules that apply only to the standard library
- Do not use function type annotations in the standard library.
These are reserved for users and third-party modules. See
PEP 3107 and the bug 10899 for details.
References