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 eric.snow
Recipients brett.cannon, eric.snow
Date 2016-09-08.18:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473357692.69.0.511977546834.issue28026@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/importlib/_bootstrap.py, module_from_spec() specifies that the current deprecation warning should be an error in 3.6.  So, here's a patch.
History
Date User Action Args
2016-09-08 18:01:33eric.snowsetrecipients: + eric.snow, brett.cannon
2016-09-08 18:01:32eric.snowsetmessageid: <1473357692.69.0.511977546834.issue28026@psf.upfronthosting.co.za>
2016-09-08 18:01:32eric.snowlinkissue28026 messages
2016-09-08 18:01:32eric.snowcreate