Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:form': 0.07; 'subject:missing': 0.07; '11:32': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'stdout': 0.16; 'subject:key': 0.16; 'wrote:': 0.18; 'finished': 0.19; 'thu,': 0.19; "haven't": 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'cgi': 0.31; 'sep': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '26,': 0.68; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6oH11zE+VTFR3rEoF8sMf1CYu+TFlWjvQqqYfPnB3f4=; b=gV17yqNaAmg5r22v7fWdSInwYot3Ralu+u0wIH3Mk4hB4Frhgvjehz7tNpEhQkssrY J4X/haJ7FK9i5Us2GDY6nvABifY+2LSBRfHbi5GZutqB/3wCtO2c4fDrjk8gqkCmkbeN mcYFQQHixNOeoHx4+N9UPBan7KnjA6HCw9rCDom8igfrLLYH5YmbBy6tdmHKO9FQzyMH CcTGVDgwMtUaOesigN+X+8/1aGWePLRvZzM3SJWiuF1hnpPaSkj7CqDrJiaH/d7b/3to nQVNMl5Q+RLHQOx85R/2omFT2Im/L7le4noNxKYzxmnWMa06FyvolajBRqiq4Ea1uW2r cf4w== MIME-Version: 1.0 X-Received: by 10.220.199.5 with SMTP id eq5mr36361191vcb.16.1380165948545; Wed, 25 Sep 2013 20:25:48 -0700 (PDT) In-Reply-To: References: <5242f8bc$0$30000$c3e8da3$5496439d@news.astraweb.com> <52437bca$0$30000$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 26 Sep 2013 13:25:48 +1000 Subject: Re: Referrer key missing form os.environ dictionary? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380165950 news.xs4all.nl 15863 [2001:888:2000:d::a6]:60686 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54776 On Thu, Sep 26, 2013 at 11:32 AM, Terry Reedy wrote: > Since CGI uses stdout for the finished product, it could have used stdin for > the input. Haven't used CGI in years, but I thought POST data came on stdin? ChrisA