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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-02-25.02:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I simplified ParseMap to a dict subclass with one override -- __getitem__ and then the tests.  They run faster.  I suspect translate is faster.
History
Date User Action Args
2018-02-25 02:56:09terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-02-25 02:56:09terry.reedysetmessageid: <[email protected]>
2018-02-25 02:56:09terry.reedylinkissue32940 messages
2018-02-25 02:56:09terry.reedycreate