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 brett.cannon
Recipients brett.cannon
Date 2013-02-03.17:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359911030.18.0.821462461616.issue17115@psf.upfronthosting.co.za>
In-reply-to
Content
Screw it, forget the "like" and make that a "will happen". A What's New entry telling people to update their code to use a getattr() with a None default value for transitioning should be enough (and a single line change for the few people who would care about this).

This will also require an updating of the importlib docs, language reference, and PEP 302 to say the language reference and importlib docs now supersede the PEP. For both attributes it should be stated that a value of None means "I don't know what the values should be", but that loaders should continue to be required to set them.
History
Date User Action Args
2013-02-03 17:03:50brett.cannonsetrecipients: + brett.cannon
2013-02-03 17:03:50brett.cannonsetmessageid: <1359911030.18.0.821462461616.issue17115@psf.upfronthosting.co.za>
2013-02-03 17:03:50brett.cannonlinkissue17115 messages
2013-02-03 17:03:49brett.cannoncreate