[issue32940] IDLE: pyparse - replace StringTranslatePseudoMappingTest with defaultdict

2018-02-24 Thread Cheryl Sabella

Change by Cheryl Sabella :


--
keywords: +patch
pull_requests: +5629
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32940] IDLE: pyparse - replace StringTranslatePseudoMappingTest with defaultdict

2018-02-24 Thread Cheryl Sabella

New submission from Cheryl Sabella :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com