[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5

yury.selivanov python-checkins at python.org
Fri Sep 11 00:32:04 CEST 2015


https://hg.python.org/cpython/rev/247945814be1
changeset:   97881:247945814be1
parent:      97879:cfbcb3a6a848
parent:      97880:da84aedc5fdb
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Sep 10 18:32:00 2015 -0400
summary:
  Merge 3.5

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -929,14 +929,6 @@
 (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
 ---------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list