diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-10 22:31:49 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-10 22:31:49 (GMT) |
commit | 83c6d729d4f72273ff0dc1af91d92034c0f6f457 (patch) | |
tree | eeb45507bb997640788490c14df90a7708fc4655 /Doc/whatsnew/3.5.rst | |
parent | c973990f4eca25881fb25e10b18c0a7b775a7a3d (diff) | |
download | cpython-83c6d729d4f72273ff0dc1af91d92034c0f6f457.zip cpython-83c6d729d4f72273ff0dc1af91d92034c0f6f457.tar.gz cpython-83c6d729d4f72273ff0dc1af91d92034c0f6f457.tar.bz2 |
whatsnew/3.5: Don't mention pyio.FileIO
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 35f785c..a372122 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 --------- |