commit | d2b03e14093020f14824bebae54194b402b81f2c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jan 12 23:52:40 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jan 12 23:52:40 2011 +0000 |
tree | ece7c5318ca08e40a96c96da627d5c6d0010e6cb | |
parent | 3b6e83173c80c8aa438d7a8bb25490e11f674f3a [diff] [blame] |
Backport 87978: Do not expose function type annotations in the standard library.
diff --git a/Misc/NEWS b/Misc/NEWS index efadff1..d84fff0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,9 @@ 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