Skip to content

Commit c8b108f

Browse files
author
Pierre Quentel
committed
Add a "Changed in version 3.7" comment
1 parent 294e164 commit c8b108f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/http.server.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ of which this module provides three different variants:
362362
For example usage, see the implementation of the :func:`test` function
363363
invocation in the :mod:`http.server` module.
364364

365+
.. versionchanged:: 3.7
366+
Support of the ``'If-Modified-Since'`` header.
365367

366368
The :class:`SimpleHTTPRequestHandler` class can be used in the following
367369
manner in order to create a very basic webserver serving files relative to

0 commit comments

Comments
 (0)