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 gpolo
Recipients gpolo, kbk, rhettinger, sy12
Date 2009-03-24.02:25:01
SpamBayes Score 7.7634546e-08
Marked as misclassified No
Message-id <1237861503.84.0.458612378874.issue5129@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried it here under Windows XP (using python 2.6.1 from
python.org) and the untabify dialog showed up with 8 as the default
number of columns per tab (although there are at least two bugs with
this dialog: i) I clicked on cancel but it still untabified the region;
ii) The window shows at a place before it is properly configured and
then shows up in its final place).

Also, from what I remember, IDLE always assume that a tab takes 8
columns and never modifies it. But the untabify dialog doesn't use this
fixed value, so it will vary depending on the code you run it (just
remembering again, with your bug.py it did show 8 here).

As for the real problem mentioned -- the differences in the visual,
regarding the indentation, between 2.5 and 2.6, I can't comment yet.
History
Date User Action Args
2009-03-24 02:25:04gpolosetrecipients: + gpolo, rhettinger, kbk, sy12
2009-03-24 02:25:03gpolosetmessageid: <1237861503.84.0.458612378874.issue5129@psf.upfronthosting.co.za>
2009-03-24 02:25:02gpololinkissue5129 messages
2009-03-24 02:25:01gpolocreate