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

serhiy.storchaka python-checkins at python.org
Mon Apr 11 05:39:57 EDT 2016


https://hg.python.org/cpython/rev/8cd2e0bf65e0
changeset:   100925:8cd2e0bf65e0
parent:      100923:15c4557af8e0
parent:      100919:16fb032f29cc
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Apr 11 12:39:07 2016 +0300
summary:
  Merge heads

files:
  Doc/library/exceptions.rst    |  2 +-
  Doc/library/unittest.mock.rst |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -288,7 +288,7 @@
 
    .. versionchanged:: 3.3
       :exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`,
-      :exc:`VMSError`, :exc:`socket.error`, :exc:`select.error` and
+      :exc:`socket.error`, :exc:`select.error` and
       :exc:`mmap.error` have been merged into :exc:`OSError`, and the
       constructor may return a subclass.
 
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -1725,7 +1725,7 @@
 * ``__ge__``: NotImplemented
 * ``__int__``: 1
 * ``__contains__``: False
-* ``__len__``: 1
+* ``__len__``: 0
 * ``__iter__``: iter([])
 * ``__exit__``: False
 * ``__complex__``: 1j

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


More information about the Python-checkins mailing list