[Python-Dev] Reorganizing re and curses related code

Nick Coghlan ncoghlan at gmail.com
Fri Nov 3 06:29:33 EDT 2017


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

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list