diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-04-29 04:51:54 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-04-29 04:51:54 (GMT) |
commit | 1aacba497bfb816d16dc39c09cae3ae17d6d74a2 (patch) | |
tree | f8d7bacfeecc341aa72df5546f09df14a5339ed0 /Misc | |
parent | 0ce1649674cdd9bc3351f9b98edc1ae3ce3162fa (diff) | |
download | cpython-1aacba497bfb816d16dc39c09cae3ae17d6d74a2.zip cpython-1aacba497bfb816d16dc39c09cae3ae17d6d74a2.tar.gz cpython-1aacba497bfb816d16dc39c09cae3ae17d6d74a2.tar.bz2 |
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ Core and Builtins Library ------- +- Issue #6085: In http.server.py SimpleHTTPServer.address_string returns the + client ip address instead client hostname. Patch by Charles-François Natali. + - Issue #14309: Deprecate time.clock(), use time.perf_counter() or time.process_time() instead. |