]> granicus.if.org Git - python/commitdiff
whatsnew/3.5: Don't mention pyio.FileIO
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 10 Sep 2015 22:31:49 +0000 (18:31 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 10 Sep 2015 22:31:49 +0000 (18:31 -0400)
Doc/whatsnew/3.5.rst

index 35f785cc8a9f7ee98b22a5c89770346b14a57be4..a3721224d85aed5e8368a60d941092802fef0d42 100644 (file)
@@ -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
 ---------