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 rhettinger
Recipients rhettinger, sy12
Date 2009-02-02.18:24:24
SpamBayes Score 0.00059940695
Marked as misclassified No
Message-id <1233599066.42.0.373885289932.issue5129@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a problem with Untabify.  IDLE cannot know how big you
intended your tabs to be, so it presents a dialog asking you.  That
seems reasonable to me.

In most cases, the default is pretty good -- it attempts to infer the
tab width by finding the first manual indentation using spaces:

   'if:\n  pass\nif:\n\tpass\n'   --> guesses a two space indent

What differences are you seeing between 2.5 and 2.6?  Is it the initial
display is different, is the untabify default different, or what?
History
Date User Action Args
2009-02-02 18:24:26rhettingersetrecipients: + rhettinger, sy12
2009-02-02 18:24:26rhettingersetmessageid: <1233599066.42.0.373885289932.issue5129@psf.upfronthosting.co.za>
2009-02-02 18:24:25rhettingerlinkissue5129 messages
2009-02-02 18:24:24rhettingercreate