]> granicus.if.org Git - python/commit
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 29 Apr 2012 04:51:54 +0000 (12:51 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 29 Apr 2012 04:51:54 +0000 (12:51 +0800)
commit1aacba497bfb816d16dc39c09cae3ae17d6d74a2
treef8d7bacfeecc341aa72df5546f09df14a5339ed0
parent0ce1649674cdd9bc3351f9b98edc1ae3ce3162fa
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
Doc/library/http.server.rst
Lib/http/server.py
Misc/NEWS