Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26699

Re: Procedure to request adding a module to the standard library - or initiating a vote on it

From Peter Otten <__peter__@web.de>
Subject Re: Procedure to request adding a module to the standard library - or initiating a vote on it
Date 2012-08-07 13:15 +0200
Organization None
References <a8c81lF3e6U1@mid.dfncis.de>
Newsgroups comp.lang.python
Message-ID <mailman.3048.1344338140.4697.python-list@python.org> (permalink)

Show all headers | View raw


Helmut Jarausch wrote:

> I'd like to request adding the module
> 
> http://pypi.python.org/pypi/regex
> 
> to Python's standard library in the (near) future or to even replace the
> current 're' module by it.
> 
> Personally I'm in need for fuzzy regular expressions and I don't see how
> to do this easily and efficiently without this module.
> 
> For a long term project I also need some "guarantee" that this
> functionality will exist in future.

There has been a discussion about that particular module, and it would have 
gone into 3.3 if it were not for the low "bus count" (only the author having 
working knowledge of the code).
  
> So, is there a (formal) procedure for such a request or for initiating
> some sort of vote on it?
> 
> I know there is a "Benevolent Dictator" for Python.
> Should I try to contact him personally?

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).
"""

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Procedure to request adding a module to the standard library - or initiating a vote on it Helmut Jarausch <jarausch@igpm.rwth-aachen.de> - 2012-08-07 10:13 +0000
  Re: Procedure to request adding a module to the standard library - or initiating a vote on it Peter Otten <__peter__@web.de> - 2012-08-07 13:15 +0200
    Re: Procedure to request adding a module to the standard library - or initiating a vote on it Helmut Jarausch <jarausch@skynet.be> - 2012-08-07 14:47 +0000
      Re: Procedure to request adding a module to the standard library - or initiating a vote on it Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-07 16:04 +0100
      Re: Procedure to request adding a module to the standard library - or initiating a vote on it Peter Otten <__peter__@web.de> - 2012-08-07 17:07 +0200
  Re: Procedure to request adding a module to the standard library - or initiating a vote on it Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-07 15:03 +0100
  Re: Procedure to request adding a module to the standard library - or initiating a vote on it Terry Reedy <tjreedy@udel.edu> - 2012-08-07 13:45 -0400

csiph-web