We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pydoc
1 parent b980552 commit 59e709bCopy full SHA for 59e709b
1 file changed
Doc/library/pydoc.rst
@@ -68,6 +68,11 @@ will start a HTTP server on port 1234, allowing you to browse the
68
documentation at ``http://localhost:1234/`` in your preferred web browser.
69
Specifying ``0`` as the port number will select an arbitrary unused port.
70
71
+.. warning::
72
+
73
+ The :mod:`!pydoc` HTTP server is intended for local use during
74
+ development and is not suitable for production use.
75
76
:program:`python -m pydoc -n <hostname>` will start the server listening at the given
77
hostname. By default the hostname is 'localhost' but if you want the server to
78
be reached from other machines, you may want to change the host name that the
0 commit comments