Message216542
| 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:12 | rhettinger | set | recipients: + rhettinger |
| 2014-04-16 18:21:12 | rhettinger | set | messageid: <1397672472.64.0.119805531416.issue21261@psf.upfronthosting.co.za> |
| 2014-04-16 18:21:12 | rhettinger | link | issue21261 messages |
| 2014-04-16 18:21:12 | rhettinger | create | |