[Python-Dev] Reorganizing re and curses related code
Serhiy Storchaka
storchaka at gmail.com
Fri Nov 3 09:02:55 EDT 2017
More information about the Python-Dev mailing list
Fri Nov 3 09:02:55 EDT 2017
- Previous message (by thread): [Python-Dev] Reorganizing re and curses related code
- Next message (by thread): [Python-Dev] Remove typing from the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
03.11.17 12:29, Nick Coghlan пише: > On 3 November 2017 at 20:01, Serhiy Storchaka <storchaka at gmail.com> wrote: >> >> Since virtually all changes in these files at recent years have been made by >> me, I don't think this will harm other core developers. Are there any >> objections? > > Sound fine to me (and you may want to add an underscore prefix to the > sre_*.py files in their new home). > > The one caveat I'll note is that this may limit automatic backporting > of fixes to this files (I'm not sure how good 'git cherry-pick' is at > handling file renames). I'm aware of this and tried to fix all known bugs (which can't be classified as a lack of a feature) in these modules before doing this change. There are two old bugs left in _sre, but they don't have fixes yet.
- Previous message (by thread): [Python-Dev] Reorganizing re and curses related code
- Next message (by thread): [Python-Dev] Remove typing from the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list