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 ezio.melotti, mrabarnett, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-10-05.10:26:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Made a warning for '[' be emitted only at the start of a set. This significantly decrease the breakage of other code. I think we can get around without implicit union of nested sets, like in [_[0-9][:Latin:]]. This can be written as [_||[0-9]||[:Latin:]].
History
Date User Action Args
2017-10-05 10:26:52serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ezio.melotti, mrabarnett, r.david.murray
2017-10-05 10:26:52serhiy.storchakasetmessageid: <[email protected]>
2017-10-05 10:26:52serhiy.storchakalinkissue30349 messages
2017-10-05 10:26:52serhiy.storchakacreate