Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26719
| 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 17:07 +0200 |
| Organization | None |
| References | <a8c81lF3e6U1@mid.dfncis.de> <mailman.3048.1344338140.4697.python-list@python.org> <50212a9d$0$3115$ba620e4c@news.skynet.be> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3057.1344352030.4697.python-list@python.org> (permalink) |
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"? My understanding is that Guido agreed for it to be added under a different name (i. e. as regex, not re) and with no guarantees that it will remain in Python versions above 3.3. > Python-3.3 (20120708) doesn't have such a module. Indeed. Guido allowed adding the module, but some core devs remained skeptical and no one put in the legwork to add it. It may still be added in 3.4 if a core developer is willing to familiarise with the codebase and promises to help with maintenance, but the chances seem low by now.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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