[Python-checkins] bpo-38753: AsyncMock added in version 3.8 (GH-17102)

Lisa Roach webhook-mailer at python.org
Tue Nov 19 19:30:47 EST 2019


https://github.com/python/cpython/commit/279d8df5e5e8bbd4429420649359f7afcb4c8cce
commit: 279d8df5e5e8bbd4429420649359f7afcb4c8cce
branch: master
author: John Belmonte <john at neggie.net>
committer: Lisa Roach <lisaroach14 at gmail.com>
date: 2019-11-19T16:30:43-08:00
summary:

bpo-38753: AsyncMock added in version 3.8 (GH-17102)

files:
M Doc/library/unittest.mock.rst

diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst
index 746cf765b077f..7faecff84f63f 100644
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -915,6 +915,7 @@ object::
   >>> mock.async_foo
   <AsyncMock name='mock.async_foo' id='...'>
 
+  .. versionadded:: 3.8
 
   .. method:: assert_awaited()
 



More information about the Python-checkins mailing list