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 rhettinger
Recipients SilentGhost, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-29.01:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475112180.66.0.848909596733.issue28293@psf.upfronthosting.co.za>
In-reply-to
Content
I would rather not introduce an OrderedDict dependency to the re module while other implementations are using the pure python version or where the OD implementation is in flux.  This is a barely worth it proposal, so we should either make a modest, minimalistic change or just drop it.   Really, its too bad that the regex got contorted in a way that precluded the use of the lru_cache (DEBUG isn't the central feature of regex and is only minimally useful).
History
Date User Action Args
2016-09-29 01:23:00rhettingersetrecipients: + rhettinger, SilentGhost, serhiy.storchaka, xiang.zhang
2016-09-29 01:23:00rhettingersetmessageid: <1475112180.66.0.848909596733.issue28293@psf.upfronthosting.co.za>
2016-09-29 01:23:00rhettingerlinkissue28293 messages
2016-09-29 01:22:59rhettingercreate