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 Christoph Sarnowski2, berker.peksag, ezio.melotti, louielu, mrabarnett, serhiy.storchaka
Date 2017-12-25.01:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514166095.71.0.213398074469.issue30722@psf.upfronthosting.co.za>
In-reply-to
Content
The news message is verbose but looks misleading to me. There is nothing invalid with usages like getattr(re, 'DOTALL'). It is the same as re.DOTALL, and using enums haven't changed this.
History
Date User Action Args
2017-12-25 01:41:35serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, berker.peksag, louielu, Christoph Sarnowski2
2017-12-25 01:41:35serhiy.storchakasetmessageid: <1514166095.71.0.213398074469.issue30722@psf.upfronthosting.co.za>
2017-12-25 01:41:35serhiy.storchakalinkissue30722 messages
2017-12-25 01:41:35serhiy.storchakacreate