diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-12 23:39:31 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-12 23:39:31 (GMT) |
commit | 3c94024c3e0f9e4f7ba72336ef458ccc6b295596 (patch) | |
tree | 586eb5892f881d08dd4ad3794536ceb689e36546 /Misc | |
parent | 1e28513d256ff8a378f44cbc3c4e451b12113eca (diff) | |
download | cpython-3c94024c3e0f9e4f7ba72336ef458ccc6b295596.zip cpython-3c94024c3e0f9e4f7ba72336ef458ccc6b295596.tar.gz cpython-3c94024c3e0f9e4f7ba72336ef458ccc6b295596.tar.bz2 |
Issue #10899: No function type annotations in the standard library.
Removed function type annotations from _pyio.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,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 #10872: The repr() of TextIOWrapper objects now includes the mode |