Delete rule forbidding function type annotations in the stdlib.
This commit is contained in:
parent
d0beba79d5
commit
c606a1fdfe
|
@ -840,12 +840,6 @@ Programming Recommendations
|
||||||
|
|
||||||
Worse: if greeting is True:
|
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
|
References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue