Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'encoding': 0.05; 'subject:Python': 0.06; 'subject: [': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.11; 'subject:Unicode': 0.16; 'subject:issue': 0.16; 'subject:python': 0.16; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'subject:community': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'there.': 0.32; 'running': 0.33; 'subject:the': 0.34; 'subject:with': 0.35; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'skip:o 20': 0.38; 'subject:]': 0.38; 'skip:o 30': 0.61; 'browser.': 0.78; 'subject:People': 0.84 X-Received: by 10.182.138.68 with SMTP id qo4mr14333obb.30.1365591020209; Wed, 10 Apr 2013 03:50:20 -0700 (PDT) Newsgroups: comp.lang.python Date: Wed, 10 Apr 2013 03:50:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.68.69.168; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 References: <6ff0e019-28b9-4aa6-ae8a-d73d7e748350@googlegroups.com> <5164e9b0$0$29977$c3e8da3$5496439d@news.astraweb.com> <7ed993bd-ddac-44c4-9977-9787894b2f23@sq2g2000pbc.googlegroups.com> <516522c6$0$29977$c3e8da3$5496439d@news.astraweb.com> <516523fb$0$29977$c3e8da3$5496439d@news.astraweb.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 94.68.69.168 MIME-Version: 1.0 Subject: Re: People in the python community [was Re: Unicode issue with Python v3.3] From: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365591030 news.xs4all.nl 2679 [2001:888:2000:d::a6]:51558 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43265 os.environ['HTTP_USER_AGENT'] is only set when running from browser. so i faked it by using: userinfo = os.environ.get('HTTP_USER_AGENT', 'some default') but the encoding issues are still there.