[issue38753] AsyncMock not cited as new in 3.8

2019-12-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks John for the report and patch. Closing it as resolved. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue38753] AsyncMock not cited as new in 3.8

2019-12-24 Thread miss-islington
miss-islington added the comment: New changeset 8c0f0016e2d39f86589187db75012238c4e760e9 by Miss Islington (bot) in branch '3.8': bpo-38753: AsyncMock added in version 3.8 (GH-17102) https://github.com/python/cpython/commit/8c0f0016e2d39f86589187db75012238c4e760e9 -- nosy:

[issue38753] AsyncMock not cited as new in 3.8

2019-11-19 Thread Lisa Roach
Lisa Roach added the comment: New changeset 279d8df5e5e8bbd4429420649359f7afcb4c8cce by Lisa Roach (John Belmonte) in branch 'master': bpo-38753: AsyncMock added in version 3.8 (GH-17102) https://github.com/python/cpython/commit/279d8df5e5e8bbd4429420649359f7afcb4c8cce --

[issue38753] AsyncMock not cited as new in 3.8

2019-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +16760 pull_request: https://github.com/python/cpython/pull/17268 ___ Python tracker ___

[issue38753] AsyncMock not cited as new in 3.8

2019-11-09 Thread John Belmonte
Change by John Belmonte : -- keywords: +patch pull_requests: +16608 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17102 ___ Python tracker

[issue38753] AsyncMock not cited as new in 3.8

2019-11-09 Thread John Belmonte
John Belmonte added the comment: yes, will do -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38753] AsyncMock not cited as new in 3.8

2019-11-09 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: John, would you like to raise a PR for this? The fix would be to add versionadded sphinx directive to https://github.com/python/cpython/blob/master/Doc/library/unittest.mock.rst . I am marking it as easy. -- keywords: +easy, newcomer

[issue38753] AsyncMock not cited as new in 3.8

2019-11-08 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lisroach, xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38753] AsyncMock not cited as new in 3.8

2019-11-08 Thread John Belmonte
New submission from John Belmonte : AsyncMock appears to be new in Python 3.8, but doc is missing info on when it was introduced. https://docs.python.org/3.8/library/unittest.mock.html#unittest.mock.AsyncMock -- assignee: docs@python components: Documentation messages: 356290 nosy: