This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients dom1310df, ezio.melotti, gvanrossum, malin, mrabarnett, serhiy.storchaka, vstinner
Date 2022-04-01.17:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648835447.69.0.519502583864.issue47152@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2022-04-01 17:50:47serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, ezio.melotti, mrabarnett, malin, dom1310df
2022-04-01 17:50:47serhiy.storchakasetmessageid: <1648835447.69.0.519502583864.issue47152@roundup.psfhosted.org>
2022-04-01 17:50:47serhiy.storchakalinkissue47152 messages
2022-04-01 17:50:47serhiy.storchakacreate