[issue42391] Clarify documentation of TestCase.assertIs
New submission from Ram Rachum <ram@rachum.com>: Writing the patch now. ---------- assignee: docs@python components: Documentation messages: 381263 nosy: cool-RR, docs@python priority: normal severity: normal status: open title: Clarify documentation of TestCase.assertIs type: enhancement versions: Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
Change by Ram Rachum <ram@rachum.com>: ---------- keywords: +patch pull_requests: +22241 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23348 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
Terry J. Reedy <tjreedy@udel.edu> added the comment: New changeset bd8c22e1fa8f8f6e31ee083a8b9321a2c324f02f by Ram Rachum in branch 'master': bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) https://github.com/python/cpython/commit/bd8c22e1fa8f8f6e31ee083a8b9321a2c32... ---------- nosy: +terry.reedy _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +22347 pull_request: https://github.com/python/cpython/pull/23456 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +22348 pull_request: https://github.com/python/cpython/pull/23457 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 2528a7db1c8b7ebc3d442ff0984248ed3e325bf6 by Miss Islington (bot) in branch '3.8': bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) https://github.com/python/cpython/commit/2528a7db1c8b7ebc3d442ff0984248ed3e3... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 4f87126969245861111cc12ca295899944c11b46 by Miss Islington (bot) in branch '3.9': bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) https://github.com/python/cpython/commit/4f87126969245861111cc12ca295899944c... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
Change by Terry J. Reedy <tjreedy@udel.edu>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42391> _______________________________________
participants (3)
-
miss-islington
-
Ram Rachum
-
Terry J. Reedy