Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:skip:b 10': 0.07; 'okay': 0.09; 'release,': 0.09; 'tests,': 0.09; 'works.': 0.09; 'python': 0.11; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:Permission': 0.16; 'tjg': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'module': 0.19; 'header:User-Agent:1': 0.23; 'issue,': 0.24; 'received:192.168.100': 0.24; 'ssl': 0.24; 'source': 0.25; 'developers': 0.25; 'subject:/': 0.26; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'url:bugs': 0.29; 'doc': 0.31; 'url:python': 0.33; 'bugs': 0.33; 'url:org': 0.36; 'to:addr :python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'ensure': 0.60; 'myself': 0.63; 'confirm': 0.64; 'insight': 0.68; 'wish': 0.70; 'from:addr:mail': 0.83; '3.4': 0.84 Date: Tue, 10 Dec 2013 12:03:14 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Permission for contribution: http://bugs.python.org/issue19940 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386676997 news.xs4all.nl 2951 [2001:888:2000:d::a6]:47238 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61461 On 10/12/2013 11:35, shankha wrote: > I wish to make contribution to Python source code. I have studied the > developers guide and made myself familiar with mercurial. I wish to > start of with some doc bugs as this will give me insight into > how the whole process(review, tests, patches) works. Is it okay if to take: > > http://bugs.python.org/issue19940. Having just glanced at that issue, I would point out that there's been a lot of development around the ssl module for the 3.4 release, so you definitely want to confirm the issue against the hg tip to ensure it still applies. TJG