From 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 1 Sep 2007 13:51:09 +0000 Subject: Get rid of the remaining versionadded/versionchanged directives. --- Doc/library/simplehttpserver.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'Doc/library/simplehttpserver.rst') diff --git a/Doc/library/simplehttpserver.rst b/Doc/library/simplehttpserver.rst index 766253ea23..aa834dd65a 100644 --- a/Doc/library/simplehttpserver.rst +++ b/Doc/library/simplehttpserver.rst @@ -75,9 +75,6 @@ The :class:`SimpleHTTPRequestHandler` defines the following methods: For example usage, see the implementation of the :func:`test` function. - .. versionadded:: 2.5 - The ``'Last-Modified'`` header. - .. seealso:: -- cgit v1.2.1