Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; '21,': 0.07; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'working.': 0.19; 'written,': 0.19; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'but': 0.35; 'received:google.com': 0.35; 'sometimes': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'subject:skip:C 10': 0.61; 'close': 0.67; '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=/C/F5gbYwUnAOMhkdnxkBckocziHvShQ7hqML1F/xIw=; b=x7XZGdMNz4gMDCKmlNitEhIF5zcnx1Y2Egs78bXeJ10ChwIBRilTNCVpavkLBOYkh3 A3fB+53sYc790LlnuUPIix7kSJqCL4QiPtnEaY6E1eUugXE2EghxsXxEusNDB5iPLXqq LABBzkomKPAIH1imjx39BnoaimERqL7or/JmL8YUQnV2HvcOQv4H/ZgnepSz1A7n8SPy l5tOJq0l5NjiBmm3YgOR+6KrGaaT2Bqe+mHkFIDwFXpCuDuzdooQCbDCdS1tsKF7qmS7 lGNLAWfodgcspvW02HtGzw+KF8VLdIMCOG0SkqXAMqBVECz6VXXN0CIA7MQCMYsr+Dja poOw== MIME-Version: 1.0 X-Received: by 10.68.190.103 with SMTP id gp7mr3565469pbc.74.1384994989367; Wed, 20 Nov 2013 16:49:49 -0800 (PST) In-Reply-To: <528D4509.2040907@s1network.com> References: <528C1B1F.2020700@s1network.com> <528D4509.2040907@s1network.com> Date: Thu, 21 Nov 2013 11:49:49 +1100 Subject: Re: Re: HTTP Header Capitalization in urllib.request.AbstractHTTPHandler (Python 3.3) 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384994992 news.xs4all.nl 15949 [2001:888:2000:d::a6]:50092 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60148 On Thu, Nov 21, 2013 at 10:26 AM, Logan wrote: > Not exactly as written, but close enough to get me working. Excellent. Sometimes it's fun to be just that evil. :) ChrisA