From: Yury Selivanov Date: Thu, 10 Sep 2015 22:31:49 +0000 (-0400) Subject: whatsnew/3.5: Don't mention pyio.FileIO X-Git-Tag: v3.5.1rc1~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c6d729d4f72273ff0dc1af91d92034c0f6f457;p=thirdparty%2FPython%2Fcpython.git whatsnew/3.5: Don't mention pyio.FileIO --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 35f785cc8a9f..a3721224d85a 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 ---------