[Python-bugs-list] [ python-Bugs-491953 ] ScrolledText.py has TabError
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 12 Dec 2001 01:41:11 -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: Open
Resolution: None
Priority: 5
Submitted By: Andrew Dalke (dalke)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=491953&group_id=5470