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 8d050f9 commit d8ff23bCopy full SHA for d8ff23b
1 file changed
Doc/library/pydoc.rst
@@ -71,6 +71,11 @@ will start a HTTP server on port 1234, allowing you to browse the
71
documentation at ``http://localhost:1234/`` in your preferred web browser.
72
Specifying ``0`` as the port number will select an arbitrary unused port.
73
74
+.. warning::
75
+
76
+ The :mod:`!pydoc` HTTP server is intended for local use during
77
+ development and is not suitable for production use.
78
79
:program:`python -m pydoc -n <hostname>` will start the server listening at the given
80
hostname. By default the hostname is 'localhost' but if you want the server to
81
be reached from other machines, you may want to change the host name that the
0 commit comments