Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'explicitly': 0.04; '"""': 0.05; 'guido': 0.05; '(using': 0.07; 'subject:adding': 0.07; 'python': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:library': 0.09; 'subject:module': 0.09; 'aug': 0.13; 'library': 0.15; 'message-id:@dough.gmane.org': 0.16; 'module).': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'refers': 0.17; 'subject:request': 0.17; 'thanks,': 0.18; 'module': 0.19; 'help.': 0.22; 'example': 0.23; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'module.': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; '+0200,': 0.33; 'to:addr:python- list': 0.33; 'received:org': 0.36; 'url:org': 0.36; 'rather': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'matthew': 0.65; 'concept,': 0.84; 'otten': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Procedure to request adding a module to the standard library - or initiating a vote on it Date: Tue, 07 Aug 2012 16:04:56 +0100 References: <50212a9d$0$3115$ba620e4c@news.skynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-146-13-12.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <50212a9d$0$3115$ba620e4c@news.skynet.be> X-Antivirus: avast! (VPS 120807-0, 07/08/2012), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344351850 news.xs4all.nl 6943 [2001:888:2000:d::a6]:38643 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26717 On 07/08/2012 15:47, Helmut Jarausch wrote: > On Tue, 07 Aug 2012 13:15:29 +0200, Peter Otten wrote: > >> I don't think that will help. From PEP 408: >> >> """ >> As part of the same announcement, Guido explicitly accepted Matthew >> Barnett's 'regex' module [4] as a provisional addition to the standard >> library for Python 3.3 (using the 'regex' name, rather than as a drop-in >> replacement for the existing 're' module). >> """ > > What is a "provisional addition"? Python-3.3 (20120708) doesn't have > such a module. > > Many thanks, > Helmut. > This is a new concept, as an example see http://bugs.python.org/issue14814#msg164795 which refers to the implementation of PEP 3144, the ipaddress module. -- Cheers. Mark Lawrence.