[issue39429] Add a new "Python Development Mode" page to the documentation

New submission from STINNER Victor <vstinner@python.org>: Currently, the Python Development Mode is under-documented. The documentation lives in the documentation of the -X command line option which doesn't give much space to elaborate on effects of the development mode, how it should be used, suggest ways to get more information, etc. Attached PR adds a new "Python Development Mode" page to the documentation to suggest more advices and add examples. ---------- assignee: docs@python components: Documentation messages: 360527 nosy: docs@python, vstinner priority: normal severity: normal status: open title: Add a new "Python Development Mode" page to the documentation versions: Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39429> _______________________________________

Change by STINNER Victor <vstinner@python.org>: ---------- keywords: +patch pull_requests: +17518 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18132 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39429> _______________________________________

STINNER Victor <vstinner@python.org> added the comment: New changeset b9783d2e035d2babe8fcd9ec109044c0002c18a2 by Victor Stinner in branch 'master': bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) https://github.com/python/cpython/commit/b9783d2e035d2babe8fcd9ec109044c0002... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39429> _______________________________________

Change by STINNER Victor <vstinner@python.org>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39429> _______________________________________
participants (1)
-
STINNER Victor