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 eric.araujo
Recipients eric.araujo, ron_adam, susam
Date 2020-10-22.19:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603395576.17.0.0207643816425.issue11831@roundup.psfhosted.org>
In-reply-to
Content
pydoc help:

  pydoc -w <name> ...
    Write out the HTML documentation for a module to a file in the current
    directory. […]

So there is no support for not using the current directory, probably on purpose in order to use the current-dir-in-sys.path trick, so I’m not sure if this should be addressed.

(These days I would be more worried about src directories, which I’ve just tested are not handled well by pydoc, but that would be a different ticket.)
History
Date User Action Args
2020-10-22 19:39:36eric.araujosetrecipients: + eric.araujo, ron_adam, susam
2020-10-22 19:39:36eric.araujosetmessageid: <1603395576.17.0.0207643816425.issue11831@roundup.psfhosted.org>
2020-10-22 19:39:36eric.araujolinkissue11831 messages
2020-10-22 19:39:36eric.araujocreate