[issue47152] Reorganize the re module sources

Serhiy Storchaka report at bugs.python.org
Fri Apr 1 13:50:47 EDT 2022


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Modules with old names are kept (deprecated). The questions are:

1. Should we keep the sre_ prefix in new submodules? Should we prefix them with underscores?
2. Should we keep only non-underscored names in the sre_* modules or undescored names too?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47152>
_______________________________________


More information about the Python-bugs-list mailing list