HTML DOM parser?

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Fri Jul 19 00:18:56 EDT 2002


Peter Hansen <peter at engcorp.com> writes:
> My choice of www.nightsong.com was of course because that's the 
> domain the OP posted from.  I didn't stop to think someone might
> have a "www" subdomain which actually refused a connect request...
> strange if you ask me.

www.nightsong.com doesn't refuse connect requests.  It accepts
connections and sends back a valid HTTP 403 response indicating
there's no page available at "/" (e.g. no index.html at the document
root).  If you use an interior URL like 
<http://www.nightsong.com/phr/python/calc.py> it should work fine.



More information about the Python-list mailing list