[Python-Dev] re performance
Barry Warsaw
barry at python.org
Mon Jan 30 09:26:37 EST 2017
More information about the Python-Dev mailing list
Mon Jan 30 09:26:37 EST 2017
- Previous message (by thread): [Python-Dev] re performance
- Next message (by thread): [Python-Dev] modules people want installed automatically (was: Re: re performance)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 30, 2017, at 12:38 PM, Nick Coghlan wrote: >I think there are 3 main candidates that could fit that bill: > >- requests >- setuptools >- regex Actually, I think pkg_resources would make an excellent candidate. The setuptools crew is working on a branch that would allow for setuptools and pkg_resources to be split, which would be great for other reasons. Splitting them may mean that pkg_resources could eventually be added to the stdlib, but as an intermediate step, it could also test out this idea. It probably has a lot less of the baggage that you outline. Cheers, -Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 801 bytes Desc: OpenPGP digital signature URL: <http://mail.python.org/pipermail/python-dev/attachments/20170130/a2f4c2f0/attachment.sig>
- Previous message (by thread): [Python-Dev] re performance
- Next message (by thread): [Python-Dev] modules people want installed automatically (was: Re: re performance)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list