File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ New Modules
96
96
Improved Modules
97
97
================
98
98
99
+ http.server
100
+ -----------
101
+ :class: `SimpleHTTPRequestHandler ` supports the HTTP If-Modified-Since header.
102
+ The server returns the 304 response status if the target file was not
103
+ modified after the datetime specified in the header.
104
+ (Contributed by Pierre Quentel in :issue: `29654 `.)
105
+
99
106
unittest.mock
100
107
-------------
101
108
@@ -110,13 +117,6 @@ urllib.parse
110
117
adding `~ ` to the set of characters that is never quoted by default.
111
118
(Contributed by Christian Theune and Ratnadeep Debnath in :issue: `16285 `.)
112
119
113
- http.server
114
- -----------
115
- :class: `SimpleHTTPRequestHandler ` supports the HTTP If-Modified-Since header.
116
- The server returns the 304 response status if the target file was not
117
- modified after the datetime specified in the header.
118
- (Contributed by Pierre Quentel in :issue: `29654 `.)
119
-
120
120
Optimizations
121
121
=============
122
122
You can’t perform that action at this time.
0 commit comments