8000 Restore alphabetical order in section Improved Modules · python/cpython@143e1e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 143e1e9

Browse files
author
Pierre Quentel
committed
Restore alphabetical order in section Improved Modules
1 parent c3337f4 commit 143e1e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ New Modules
9696
Improved Modules
9797
================
9898

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+
99106
unittest.mock
100107
-------------
101108

@@ -110,13 +117,6 @@ urllib.parse
110117
adding `~` to the set of characters that is never quoted by default.
111118
(Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)
112119

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-
120120
Optimizations
121121
=============
122122

0 commit comments

Comments
 (0)
0