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 Bruce.Sherwood, asvetlov, mhuster, roger.serwy, taleinat, terry.reedy
Date 2012-04-15.04:50:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334465411.9.0.33851838985.issue8900@psf.upfronthosting.co.za>
In-reply-to
Content
Brett C. just today pushed
http://hg.python.org/cpython/rev/556b9bafdee8
changeset:   76310:556b9bafdee8
user:        Brett Cannon <brett@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.
History
Date User Action Args
2012-04-15 04:50:12terry.reedysetrecipients: + terry.reedy, taleinat, roger.serwy, asvetlov, mhuster, Bruce.Sherwood
2012-04-15 04:50:11terry.reedysetmessageid: <1334465411.9.0.33851838985.issue8900@psf.upfronthosting.co.za>
2012-04-15 04:50:11terry.reedylinkissue8900 messages
2012-04-15 04:50:11terry.reedycreate