[Python-Dev] re performance
Paul Moore
p.f.moore at gmail.com
Sun Jan 29 15:52:17 EST 2017
More information about the Python-Dev mailing list
Sun Jan 29 15:52:17 EST 2017
- Previous message (by thread): [Python-Dev] re performance
- Next message (by thread): [Python-Dev] re performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 29 January 2017 at 20:30, Steve Holden <steve at holdenweb.com> wrote: > Why not declare re deprecated and remove it in Python 4? I am pretty sure > everyone wants to keep re in all 3.x releases, but that support need not > extend beyond. So Py4 would have no battery for re, but it would (should!) > be common knowledge that regex was the go-to module for general-purpose > pattern matching. If re has advantages in certain situations someone might > upgrade the 3.x implementation and provide it as a 3rd-party module, though > the effort involved would be significant, so someone would have to be > motivated to keep it. Not having regex capability distributed with Python is a pretty big regression. There are still a lot of users who don't have access to 3rd party modules. Paul
- Previous message (by thread): [Python-Dev] re performance
- Next message (by thread): [Python-Dev] re performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list