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 ncoghlan
Recipients Jurko.Gospodnetić, barry, brett.cannon, eric.snow, ncoghlan, ned.deily, r.david.murray, takluyver
Date 2014-03-13.06:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394691153.11.0.443210991257.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
OK, that sounds reasonable. That means I think we need to:

1. add an explicit porting note to the What's New for 3.4.0 final about frozen modules no longer defining __file__

2. fix importlib.__init__ to tolerate freezing again in 3.4.1

3. remove _frozen_importlib.__file__ in 3.4.1 (or 3.5?)
History
Date User Action Args
2014-03-13 06:12:33ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, ned.deily, r.david.murray, Jurko.Gospodnetić, eric.snow, takluyver
2014-03-13 06:12:33ncoghlansetmessageid: <1394691153.11.0.443210991257.issue20884@psf.upfronthosting.co.za>
2014-03-13 06:12:33ncoghlanlinkissue20884 messages
2014-03-13 06:12:32ncoghlancreate