[issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window

Terry J. Reedy report at bugs.python.org
Sun Apr 15 06:50:11 CEST 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Brett C. just today pushed
http://hg.python.org/cpython/rev/556b9bafdee8
changeset:   76310:556b9bafdee8
user:        Brett Cannon <brett at python.org>
date:        Sat Apr 14 20:44:23 2012 -0400
summary:
  IDLE was relying on implicit relative imports which have gone away in
Python 3.3 thanks to importlib finishing the work in PEP 328 that
accidently got carried forward.

I don't know if this patch will have any affect on this issue, but implicit relative imports are (were;-) a possible cause of intermittent problems.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8900>
_______________________________________


More information about the Python-bugs-list mailing list