diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-29 13:48:11 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-29 13:48:11 (GMT) |
commit | 3a31cca4abdfdc4d623deb7e8c4be58b5ca936eb (patch) | |
tree | 34f72a6300558b52ee6cff23a8094103dc5a4e36 /Misc | |
parent | 955bc38b16abd6f98f534337675b04f23e13124f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |