On Wed, Aug 19, 2009 at 5:57 PM, digisat...@gmail.com <digisat...@gmail.com>wrote:
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) > [GCC 4.3.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> ' test\ttest'.expandtabs(4) > ' test test' > >>> 'test \ttest'.expandtabs(4) > 'test test' > > Is it a bug or something, please advice. > -- It is completely working as intended. What were you expecting instead? Regards, -Xav
-- http://mail.python.org/mailman/listinfo/python-list