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 gregory.p.smith
Recipients ezio.melotti, gregory.p.smith, mbussonn, mrabarnett, serhiy.storchaka
Date 2019-12-07.20:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575751057.76.0.187266052446.issue38981@roundup.psfhosted.org>
In-reply-to
Content
Strictly speaking not all of those _need_ to be touched given the old name is always going to exist for backwards compatibility.  But I agree that we should update them as part of this regardless.

I'd go forward with a PR.

The only fallout I expect a change like this to have on users is in the very odd test scenario where someone has hardcoded the error name in a string.  That is rare, especially for an re.error which is generally not an expected exception.
History
Date User Action Args
2019-12-07 20:37:37gregory.p.smithsetrecipients: + gregory.p.smith, ezio.melotti, mrabarnett, serhiy.storchaka, mbussonn
2019-12-07 20:37:37gregory.p.smithsetmessageid: <1575751057.76.0.187266052446.issue38981@roundup.psfhosted.org>
2019-12-07 20:37:37gregory.p.smithlinkissue38981 messages
2019-12-07 20:37:37gregory.p.smithcreate