commit | 0a4128eae2dd808750b7196151ab3d7a99585353 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Aug 16 21:56:03 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Aug 16 21:56:03 2008 +0000 |
tree | 0ebd9b8987e3795ed71fdb36f2a2d39095e19c11 | |
parent | abe423ed2cbf0ee118f6d060890258c2898fea1d [diff] [blame] |
Silence the DeprecationWarning raised in httplib when mimetools is imported.
diff --git a/Misc/NEWS b/Misc/NEWS index 53158d1..5d1feea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,7 +49,7 @@ ------- - Silence the DeprecationWarning raised when importing mimetools in - BaseHTTPServer. + BaseHTTPServer, httplib. - Issue #2776: fixed small issue when handling an URL with double slash after a 302 response in the case of not going through a proxy.