[Python-bugs-list] [ python-Bugs-491953 ] ScrolledText.py has TabError

noreply@sourceforge.net noreply@sourceforge.net
Wed, 12 Dec 2001 04:48:38 -0800


Bugs item #491953, was opened at 2001-12-12 01:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=491953&group_id=5470

Category: Tkinter
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Dalke (dalke)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: ScrolledText.py has TabError

Initial Comment:
[dalke@pw600a lib-tk]$ pwd
/home/dalke/cvses/python/dist/src/Lib/lib-tk
[dalke@pw600a lib-tk]$ date
Wed Dec 12 04:32:25 EST 2001
[dalke@pw600a lib-tk]$ rm ScrolledText.py
[dalke@pw600a lib-tk]$ cvs update ScrolledText.py
U ScrolledText.py
[dalke@pw600a lib-tk]$ python -tt ScrolledText.py
  File "<string>", line 37
    methods = Pack.__dict__.keys()
                                 ^
TabError: inconsistent use of tabs and spaces in 
indentation

The fix is obvious - no need for a patch.




----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-12 04:48

Message:
Logged In: YES 
user_id=6380

Oops! Thanks for finding this in time. Would be embarrassing
given PEP 666 etc...

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=491953&group_id=5470