This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients matrixise
Date 2019-03-17.18:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552849058.57.0.633692372704.issue36329@roundup.psfhosted.org>
In-reply-to
Content
When serving the documentation with `make -C Doc/ serve`, we can not specify the path of the python binary.

My use case, I wanted to debug the wsgiref.simple_server method, used by Tools/scripts/serve.py. It's just impossible because  we use the default python3 binary from the system or from the virtualenv (pyenv. etc...)
History
Date User Action Args
2019-03-17 18:57:38matrixisesetrecipients: + matrixise
2019-03-17 18:57:38matrixisesetmessageid: <1552849058.57.0.633692372704.issue36329@roundup.psfhosted.org>
2019-03-17 18:57:38matrixiselinkissue36329 messages
2019-03-17 18:57:38matrixisecreate