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 Alexandru Ardelean, brett.cannon, eric.snow, ncoghlan, r.david.murray
Date 2017-06-13.22:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497392438.24.0.857549246468.issue30645@psf.upfronthosting.co.za>
In-reply-to
Content
Three things.

One, the imp module is deprecated, so please don't use it.

Two, all undocumented functions in the imp module are considered unsupported, so double-please don't use imp.load_package(). :)

Three, we can't look at that patch without the person supplying it signing Python's CLA as we risk running afoul of things legally.
History
Date User Action Args
2017-06-13 22:20:38brett.cannonsetrecipients: + brett.cannon, ncoghlan, r.david.murray, eric.snow, Alexandru Ardelean
2017-06-13 22:20:38brett.cannonsetmessageid: <1497392438.24.0.857549246468.issue30645@psf.upfronthosting.co.za>
2017-06-13 22:20:38brett.cannonlinkissue30645 messages
2017-06-13 22:20:38brett.cannoncreate