Message235733
| Author | arigo |
|---|---|
| Recipients | arigo |
| Date | 2015-02-11.10:21:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1423650104.74.0.902857510979.issue23441@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In the interactive prompt: >>> if 1: ... <press tab here> Pressing tab here should just insert 4 spaces. It makes no sense to display all 500 possible "completions" of the empty word, and using tab to indent is a very common feature of any editor with a Python mode. Patch attached. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-11 10:21:44 | arigo | set | recipients: + arigo |
| 2015-02-11 10:21:44 | arigo | set | messageid: <1423650104.74.0.902857510979.issue23441@psf.upfronthosting.co.za> |
| 2015-02-11 10:21:44 | arigo | link | issue23441 messages |
| 2015-02-11 10:21:44 | arigo | create | |