commit | 7aa2621720f49666240e3339b5120b35f8ea00ed | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Mon Feb 22 11:00:50 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Mon Feb 22 11:00:50 2010 +0000 |
tree | 904c6d811fb6f6f8ffe9f191a17f273eeabc5f45 | |
parent | 7869a4403cc45bdc87a1dbc3f55e3175d9e34548 [diff] |
Merged revisions 78299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78299 | senthil.kumaran | 2010-02-22 16:25:08 +0530 (Mon, 22 Feb 2010) | 4 lines Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing server to resource in the 405 response msg. ........