summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-12 23:52:40 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-12 23:52:40 (GMT)
commitd2b03e14093020f14824bebae54194b402b81f2c (patch)
treeece7c5318ca08e40a96c96da627d5c6d0010e6cb /Misc
parent3b6e83173c80c8aa438d7a8bb25490e11f674f3a (diff)
downloadcpython-d2b03e14093020f14824bebae54194b402b81f2c.zip
cpython-d2b03e14093020f14824bebae54194b402b81f2c.tar.gz
cpython-d2b03e14093020f14824bebae54194b402b81f2c.tar.bz2
Backport 87978: Do not expose function type annotations in the standard library.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efadff1..d84fff0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Core and Builtins
Library
-------
+- Issue #10899: No function type annotations in the standard library.
+ Removed function type annotations from _pyio.py.
+
- Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
- Issue #10869: Fixed bug where ast.increment_lineno modified the root