[issue7676] IDLE shell shouldn't use TABs

Roger Serwy report at bugs.python.org
Fri Dec 9 02:28:44 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

Here's a simple patch to fix this bug.

The ">>> " prompt causes the first level of indented code to use 8 spaces. Further indented code should use 4 spaces, but still uses 8 spaces likely due to the bug described in #8285.

----------
keywords: +patch
nosy: +serwy
versions: +Python 3.3
Added file: http://bugs.python.org/file23887/issue7676.patch

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


More information about the Python-bugs-list mailing list