In article <[EMAIL PROTECTED]>,
John Nagle  <[EMAIL PROTECTED]> wrote:
>   The documentation for Python's CGI module doesn't seem to say how to get
>the IP address of the client.  Don't see an obvious way to get that info
>from reading the source, either. Ideas?
>
>                                       John Nagle

os.environ['REMOTE_ADDR']?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to