summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-29 13:48:11 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-29 13:48:11 (GMT)
commit3a31cca4abdfdc4d623deb7e8c4be58b5ca936eb (patch)
tree34f72a6300558b52ee6cff23a8094103dc5a4e36 /Misc
parent955bc38b16abd6f98f534337675b04f23e13124f (diff)
downloadcpython-3a31cca4abdfdc4d623deb7e8c4be58b5ca936eb.zip
cpython-3a31cca4abdfdc4d623deb7e8c4be58b5ca936eb.tar.gz
cpython-3a31cca4abdfdc4d623deb7e8c4be58b5ca936eb.tar.bz2
Issue #24902: Print server URL on http.server startup
Initial patch by Felix Kaiser.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e68bbdf..7b3bbd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,9 @@ Core and Builtins
Library
-------
+- Issue #24902: Print server URL on http.server startup. Initial patch by
+ Felix Kaiser.
+
- Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
for passing to open. Original patch by Joseph Hackman.