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-05-28.22:46:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369781203.49.0.533816460652.issue18086@psf.upfronthosting.co.za>
In-reply-to
Content
There is no good reason to have set_loader and set_package separately. There should just be a single decorator which sets both of those attributes post-import (with the proper doc note saying use module_for_loader instead when possible to have the attributes set during execution).
History
Date User Action Args
2013-05-28 22:46:43brett.cannonsetrecipients: + brett.cannon
2013-05-28 22:46:43brett.cannonsetmessageid: <1369781203.49.0.533816460652.issue18086@psf.upfronthosting.co.za>
2013-05-28 22:46:43brett.cannonlinkissue18086 messages
2013-05-28 22:46:43brett.cannoncreate