diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-12 23:52:40 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-12 23:52:40 (GMT) |
commit | d2b03e14093020f14824bebae54194b402b81f2c (patch) | |
tree | ece7c5318ca08e40a96c96da627d5c6d0010e6cb /Misc | |
parent | 3b6e83173c80c8aa438d7a8bb25490e11f674f3a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |