8000
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.
1 parent 7bba92f commit e20a190Copy full SHA for e20a190
Doc/library/http.server.rst
@@ -392,8 +392,8 @@ provides three different variants:
392
contents of the file are output. If the file's MIME type starts with
393
``text/`` the file is opened in text mode; otherwise binary mode is used.
394
395
- For example usage, see the implementation of the :func:`test` function
396
- invocation in the :mod:`http.server` module.
+ For example usage, see the implementation of the ``test`` function
+ in :source:`Lib/http/server.py`.
397
398
.. versionchanged:: 3.7
399
Support of the ``'If-Modified-Since'`` header.
0 commit comments