[Python-checkins] peps: Delete rule forbidding function type annotations in the stdlib.

guido.van.rossum python-checkins at python.org
Fri Mar 2 19:18:37 CET 2012


http://hg.python.org/peps/rev/1461451f5efd
changeset:   4103:1461451f5efd
user:        Guido van Rossum <guido at google.com>
date:        Fri Mar 02 10:18:31 2012 -0800
summary:
  Delete rule forbidding function type annotations in the stdlib.

files:
  pep-0008.txt |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -840,12 +840,6 @@
 
         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
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list