This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

classification
Title: Add a new "Python Development Mode" page to the documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, vstinner
Priority: normal Keywords: patch

Created on 2020-01-23 01:03 by vstinner, last changed 2020-01-24 09:22 by vstinner. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18132 merged vstinner, 2020-01-23 01:29
Messages (2)
msg360527 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-01-23 01:03
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.
msg360599 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-01-24 09:22
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/b9783d2e035d2babe8fcd9ec109044c0002c18a2
History
Date User Action Args
2020-01-24 09:22:45vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-01-24 09:22:21vstinnersetmessages: + msg360599
2020-01-23 01:29:39vstinnersetkeywords: + patch
stage: patch review
pull_requests: + pull_request17518
2020-01-23 01:03:16vstinnercreate