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 terry.reedy
Recipients RusiMody, kbk, python-dev, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-10-10.06:55:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412924105.3.0.086383197009.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
The above appears to be a system-specific open issue, not a close issue.  So it must be a different issue.

On my Win7
F:\Python\dev\4\py34\PCbuild>python_d -m idlelib ../Lib/decimal.py
<close after open with freshly built 3.4.2+>
F:\Python\dev\4\py34\PCbuild>

C:\Programs\Python34>python -m idlelib Lib/decimal.py
<ditto for installed 3.4.2
C:\Programs\Python34>

With a bad file name, I get a blank editor.

In any case, the traceback makes no sense. Before "self.color_breakpoint_text()" in __init__ are 3 "self.text.bind" statements.  So self.text = None seems implausible.
History
Date User Action Args
2014-10-10 06:55:05terry.reedysetrecipients: + terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev, serhiy.storchaka
2014-10-10 06:55:05terry.reedysetmessageid: <1412924105.3.0.086383197009.issue20167@psf.upfronthosting.co.za>
2014-10-10 06:55:05terry.reedylinkissue20167 messages
2014-10-10 06:55:05terry.reedycreate