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 roger.serwy
Recipients cben, kbk, roger.serwy, taleinat
Date 2011-12-09.01:28:41
SpamBayes Score 0.00018398144
Marked as misclassified No
Message-id <1323394124.39.0.681197177927.issue7676@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-09 01:28:44roger.serwysetrecipients: + roger.serwy, kbk, cben, taleinat
2011-12-09 01:28:44roger.serwysetmessageid: <1323394124.39.0.681197177927.issue7676@psf.upfronthosting.co.za>
2011-12-09 01:28:43roger.serwylinkissue7676 messages
2011-12-09 01:28:43roger.serwycreate