summaryrefslogtreecommitdiff
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
commit83c6d729d4f72273ff0dc1af91d92034c0f6f457 (patch)
treeeeb45507bb997640788490c14df90a7708fc4655
parentc973990f4eca25881fb25e10b18c0a7b775a7a3d (diff)
downloadcpython-git-83c6d729d4f72273ff0dc1af91d92034c0f6f457.tar.gz
whatsnew/3.5: Don't mention pyio.FileIO
-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
---------