[issue36329] use the right python "make -C Doc/ serve"

2022-04-06 Thread Hugo van Kemenade
Hugo van Kemenade added the comment: I've made PRs for this: CPython Docs: https://github.com/python/cpython/pull/32354 Devguide: https://github.com/python/devguide/pull/826 Also set this bpo for Python 3.11. -- versions: +Python 3.11 -Python 3.8

[issue36329] use the right python "make -C Doc/ serve"

2022-04-06 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- nosy: +hugovk nosy_count: 4.0 -> 5.0 pull_requests: +30406 pull_request: https://github.com/python/cpython/pull/32354 ___ Python tracker ___

[issue36329] use the right python "make -C Doc/ serve"

2019-05-01 Thread Berker Peksag
Berker Peksag added the comment: Yeah, we can add htmlview to devguide. I’ve even added it to Django after I discovered it in CPython :) -- --Berker -- ___ Python tracker ___

[issue36329] use the right python "make -C Doc/ serve"

2019-05-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: >Personally, I'd prefer removing the 'serve' target completely. make -C >Doc htmlview should already cover most of its use cases. There is no >deprecation period needed and there is already a replacement (and IMO >better) for it. Hi Berker, When I have read

[issue36329] use the right python "make -C Doc/ serve"

2019-04-30 Thread Berker Peksag
Berker Peksag added the comment: Personally, I'd prefer removing the 'serve' target completely. make -C Doc htmlview should already cover most of its use cases. There is no deprecation period needed and there is already a replacement (and IMO better) for it. -- nosy: +berker.peksag

[issue36329] use the right python "make -C Doc/ serve"

2019-03-18 Thread Julien Palard
Julien Palard added the comment: New changeset 09a9f1799c8c58f573c50cb2d526422436b8658b by Julien Palard (Stéphane Wirtel) in branch 'master': bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385)

[issue36329] use the right python "make -C Doc/ serve"

2019-03-17 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +12342 stage: -> patch review ___ Python tracker ___ ___

[issue36329] use the right python "make -C Doc/ serve"

2019-03-17 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : 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

[issue36329] use the right python "make -C Doc/ serve"

2019-03-17 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker ___ ___