[issue32940] IDLE: pyparse - replace StringTranslatePseudoMappingTest with defaultdict
Cheryl Sabella
report at bugs.python.org
Sat Feb 24 12:38:40 EST 2018
New submission from Cheryl Sabella <chekat2 at gmail.com>:
Based on timing test on msg312733, StringTranslatePseudoMappingTest and a defaultdict have about the same performance, so this replaces the custom class with the stdlib functionality.
----------
assignee: terry.reedy
components: IDLE
messages: 312734
nosy: csabella, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: pyparse - replace StringTranslatePseudoMappingTest with defaultdict
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32940>
_______________________________________
More information about the Python-bugs-list
mailing list