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 rhettinger
Recipients rhettinger
Date 2014-04-16.18:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397672472.64.0.119805531416.issue21261@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2014-04-16 18:21:12rhettingersetrecipients: + rhettinger
2014-04-16 18:21:12rhettingersetmessageid: <1397672472.64.0.119805531416.issue21261@psf.upfronthosting.co.za>
2014-04-16 18:21:12rhettingerlinkissue21261 messages
2014-04-16 18:21:12rhettingercreate