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 e493792 commit b5196faCopy full SHA for b5196fa
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