[Python-bugs-list] [ python-Bugs-412402 ] ColorDelegator.py assigns to __debug__

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Mar 2001 11:31:47 -0800


Bugs item #412402, was updated on 2001-03-29 22:49
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=412402&group_id=5470

Category: IDLE
Group: None
Status: Closed
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Guido van Rossum (gvanrossum)
Summary: ColorDelegator.py assigns to __debug__

Initial Comment:
With the current CVS, when running IDLE, I get the
traceback

  File
"/usr/local/lib/python2.1/site-packages/idlelib/PyShell
.py", line 15, in ?
    from EditorWindow import EditorWindow,
fixwordbreaks
  File
"/usr/local/lib/python2.1/site-packages/idlelib/EditorWindow.py",
line 88, in ?
    class EditorWindow:
  File
"/usr/local/lib/python2.1/site-packages/idlelib/EditorWindow.py",
line 91, in EditorWindow
    from ColorDelegator import ColorDelegator
  File
"/usr/local/lib/python2.1/site-packages/idlelib/ColorDelegator.py",
line
13
    __debug__ = 0

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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-03-30 11:31

Message:
Logged In: YES 
user_id=21627

Sorry, I had a sticky tag on IDLE that prevented usage of
the changed code.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-03-30 04:25

Message:
Logged In: YES 
user_id=6380

That's not the current CVS for IDLE.  I fixed this before
Jeremy even checked in his prohibition of assignment to
__debug__.

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

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