Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'responding': 0.07; 'fixed,': 0.09; 'posting.': 0.09; 'subject:skip:a 10': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'bug': 0.12; 'suggest': 0.14; '2.7?': 0.16; 'bug,': 0.16; 'check.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'https': 0.16; 'posting,': 0.16; 'subject: \n ': 0.16; 'subject:Problem': 0.16; 'subject:https': 0.16; 'subject:when': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'error': 0.23; 'fixed.': 0.24; 'why.': 0.24; 'cc:2**0': 0.24; 'tracker': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'appear': 0.29; 'url:bugs': 0.29; 'am,': 0.29; '2009.': 0.30; 'dec': 0.30; 'list:': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'went': 0.31; 'code': 0.31; 'posting': 0.31; 'changed.': 0.31; 'probably': 0.32; 'url:python': 0.33; 'proceed': 0.33; 'subject:from': 0.34; 'subject:with': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'issue': 0.38; 'does': 0.39; 'mailing': 0.39; 'url:mail': 0.40; 'how': 0.40; 'tell': 0.60; "you're": 0.61; 'further': 0.61; 'first': 0.61; "you'll": 0.62; 'such': 0.63; 'request.': 0.70; 'subject:get': 0.81; 'subject:over': 0.84; 'to:none': 0.92; '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:cc :content-type; bh=tVrG0JGfhMQVjN7SIA+f23Np8uPYdJ5yGf7M/b/Cmds=; b=eRDZv7HyYan5cH31c6uCf7GGkOWRTX08n02HPU60lphimHMfTOexePX49YI2aXSYYm 1NPJ4713gsmE6HBgbs9AuOV3tFbGpinHurAISy+gCJ69B5EZtqbXJtvMoL89XSJhO1rS qgEMVsMq67nXAxVFO/8gR+13Hl78RvRdqIrBz5D40zYwfHIRwQ4LfxZN/izV3ol6fqMm 3Pi2huFBj3Y8V6T5B9DqhSij1TT/IV8+rdPJIQBAqOkuBnI4uSbNXBcPqOQRKIquCU3G 6Rwhdono56gby9V7asLwEVSGRKwO1R681YE300p5vAiejkDE8o0Nn2gEdfKuiRNEWGT+ 8Mwg== MIME-Version: 1.0 X-Received: by 10.68.111.33 with SMTP id if1mr3040661pbb.31.1386683247280; Tue, 10 Dec 2013 05:47:27 -0800 (PST) In-Reply-To: References: <8fe2ad78-0bd4-40d8-909c-1d2784441e3c@s31g2000yqs.googlegroups.com> <58f2558c-33fe-4ee0-9a0a-2563374be47c@x6g2000prc.googlegroups.com> <446a3c42-6d86-4003-85be-3e5d8a23b268@c14g2000yqm.googlegroups.com> Date: Wed, 11 Dec 2013 00:47:27 +1100 Subject: Re: Problem when applying Patch from issue1424152 to get https over authenticating proxies working with urllib2 in Python 2.5 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386683251 news.xs4all.nl 2962 [2001:888:2000:d::a6]:49216 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61466 On Wed, Dec 11, 2013 at 12:35 AM, wrote: > Is this issue fixed. I am also facing the same issue of tunneling in https request. Please suggest how to proceed further You're responding to something from 2009. It's highly likely things have changed. Does the same code cause an error in Python 2.7? That would be the first thing to check. Also: You appear to be using Google Groups, which is the Mos Eisley of the newsgroup posting universe. You'll do far better to instead use some other means of posting, such as the mailing list: https://mail.python.org/mailman/listinfo/python-list It's probably a good idea also to search the bug tracker before posting. It may well be that this has been fixed, in which case the tracker issue would tell you when the fix went out. Of course, it may also state that it's not a bug, in which case you'd know why. http://bugs.python.org/ ChrisA