This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients aerodonkey, neologix, orsenthil, pitrou, santoso.wijaya
Date 2010-04-26.10:57:40
SpamBayes Score 2.5032978e-05
Marked as misclassified No
Message-id <20100426105733.GC9423@remy>
In-reply-to <1272278887.3539.10.camel@localhost>
Content
On Mon, Apr 26, 2010 at 10:45:56AM +0000, Antoine Pitrou wrote:

> What do you mean? BaseHTTPRequestHandler is tested in test_httpservers.

I meant specifically for that function which is logging to sys.stderr.
No return values, state changes and no tests present in test_httpservers.
Seems to me the cli invokation scenario of the BaseHTTPServer module.

Only other place where fqdn look up happens is HTTPServer.server_bind
and in the setting of server_name, if any code is relying on it could
break.
History
Date User Action Args
2010-04-26 10:57:44orsenthilsetrecipients: + orsenthil, pitrou, aerodonkey, neologix, santoso.wijaya
2010-04-26 10:57:41orsenthillinkissue6085 messages
2010-04-26 10:57:40orsenthilcreate