[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread miss-islington
miss-islington added the comment: New changeset 4e3a7f9205112e7da1032aa802edf84379b134fc by Miss Islington (bot) in branch '3.7': bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) https://github.com/python/cpython/commit/4e3a7f9205112e7da1032aa802edf84379b134fc -- __

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread miss-islington
miss-islington added the comment: New changeset da1fe768e582387212201ab8737a1a5f26110664 by Miss Islington (bot) in branch '3.8': bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) https://github.com/python/cpython/commit/da1fe768e582387212201ab8737a1a5f26110664 -- __

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +18392 pull_request: https://github.com/python/cpython/pull/19041 ___ Python tracker ___ __

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18391 pull_request: https://github.com/python/cpython/pull/19040 ___ Python tracker _

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a45b695b9fcfbbb0a087222abc5c8d691a7d2770 by Zackery Spytz in branch 'master': bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) https://github.com/python/cpython/commit/a45b695b9fcfbbb0a087222abc5c8d691a7d2770 -- nosy:

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +18374 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19026 ___ Python tracker ___ __

[issue39973] The documentation for PyObject_GenericSetDict() is incorrect

2020-03-15 Thread Zackery Spytz
New submission from Zackery Spytz : PyObject_GenericSetDict() takes three arguments, but the documentation states that it takes just two. -- assignee: docs@python components: Documentation messages: 364287 nosy: ZackerySpytz, docs@python priority: normal severity: normal status: open t