summaryrefslogtreecommitdiff
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-10 18:31:49 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-09-10 18:31:49 -0400
commit446e2bff93e28b253972ee3088f5680868a6fa4d (patch)
tree7da5e9eb2f291dd067aed87734967d9996fce70c /Doc/whatsnew
parentf5ce3dcdf786a088cb527ea506eaae988d3a031b (diff)
downloadcpython-446e2bff93e28b253972ee3088f5680868a6fa4d.tar.gz
whatsnew/3.5: Don't mention pyio.FileIO
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.5.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 35f785cc8a..a3721224d8 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -929,14 +929,6 @@ functions now return a list of named tuples.
(Contributed by Daniel Shahaf in :issue:`16808`.)
-io
---
-
-The :class:`~io.FileIO` class has been implemented in Python which makes
-the C implementation of the :mod:`io` module entirely optional.
-(Contributed by Serhiy Storchaka in :issue:`21859`.)
-
-
ipaddress
---------