summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-12 23:39:31 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-12 23:39:31 (GMT)
commit3c94024c3e0f9e4f7ba72336ef458ccc6b295596 (patch)
tree586eb5892f881d08dd4ad3794536ceb689e36546 /Misc
parent1e28513d256ff8a378f44cbc3c4e451b12113eca (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 406c8d0..3ff1326 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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