[issue44679] unittest.mock.sentinel documentation typo

2021-08-06 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8c17db6cd4e29f922a195acdb5aff3ef9c2340e5 by Miss Islington (bot) in branch '3.9': bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619) https://github.com/python/cpython/commit/8c17db6cd4e29f922a195acdb5aff3ef9c2340e5 -- no

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread miss-islington
miss-islington added the comment: New changeset 0a642d57736be6802c712bdbf2dcff39fe8a39b7 by Miss Islington (bot) in branch '3.10': bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) https://github.com/python/cpython/commit/0a642d57736be6802c712bdbf2dcff39fe8a39b7 --

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread Mariatta
Change by Mariatta : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +26114 pull_request: https://github.com/python/cpython/pull/27620 ___ Python tracker ___ __

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +26113 pull_request: https://github.com/python/cpython/pull/27619 ___ Python tracker ___ __

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread miss-islington
miss-islington added the comment: New changeset 938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e by Jack DeVries in branch 'main': bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) https://github.com/python/cpython/commit/938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e -- nosy: +miss-islin

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread Jack DeVries
Jack DeVries added the comment: @gaydayav I agree. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue44679] unittest.mock.sentinel documentation typo

2021-08-05 Thread Jack DeVries
Change by Jack DeVries : -- keywords: +patch nosy: +jack__d nosy_count: 2.0 -> 3.0 pull_requests: +26112 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27618 ___ Python tracker _

[issue44679] unittest.mock.sentinel documentation typo

2021-07-19 Thread Andrii Haidai
New submission from Andrii Haidai : here: https://docs.python.org/3.3/library/unittest.mock.html#sentinel in code example block in last command line >>> sentinel.some_object according to the above 26.4.5.1 article context it looks like the other commad is expected: >>> result To en