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 <1519527369.59.0.467229070634.issue32940@psf.upfronthosting.co.za>
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: <1519527369.59.0.467229070634.issue32940@psf.upfronthosting.co.za>
2018-02-25 02:56:09terry.reedylinkissue32940 messages
2018-02-25 02:56:09terry.reedycreate