[issue42869] pydoc does not append .html to documentation

2021-01-25 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42869] pydoc does not append .html to documentation

2021-01-25 Thread Julien Palard
Julien Palard added the comment: New changeset eb9983c59b0683270328b5c40a115bb028209511 by Julien Palard in branch 'master': bpo-42869: Avoid an HTTP redirection. (GH-24174) https://github.com/python/cpython/commit/eb9983c59b0683270328b5c40a115bb028209511 --

[issue42869] pydoc does not append .html to documentation

2021-01-08 Thread Julien Palard
Julien Palard added the comment: This is now fixed on the docs server thanks to [1], so it should work for already release Python 3.9 :) [1]: https://github.com/python/psf-salt/pull/198 I still did a PR on cpython to avoid a redirection, and get cpython itself out of the "people use this

[issue42869] pydoc does not append .html to documentation

2021-01-08 Thread Julien Palard
Change by Julien Palard : -- keywords: +patch pull_requests: +23001 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24174 ___ Python tracker ___

[issue42869] pydoc does not append .html to documentation

2021-01-08 Thread Julien Palard
New submission from Julien Palard : Running `python3 -m pydoc ensurepip` gives me: https://docs.python.org/3.9/library/ensurepip but it should be: https://docs.python.org/3.9/library/ensurepip.html Issue is in getdocloc function on the line: docloc = "%s/%s" % (docloc.rstrip("/"),