[issue21261] Teach IDLE to Autocomplete dictionary keys

Raymond Hettinger report at bugs.python.org
Wed Apr 16 20:21:12 CEST 2014


New submission from Raymond Hettinger:

IDLE can autocomplete global variable, method names, and filenames.  But, it cannot complete dictionary keys.

Here's what we want:

   >>> d = {'long_key': '10, 'short_key': 20}
   >>> d['lo<tab>

----------
components: IDLE
messages: 216542
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Teach IDLE to Autocomplete dictionary keys
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21261>
_______________________________________


More information about the Python-bugs-list mailing list