[issue29576] Improve some deprecations in the importlib

2017-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3cc8259b71ef784a9f7593f04da96043afe2228a by Serhiy Storchaka in branch 'master': bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285)

[issue29576] Improve some deprecations in the importlib

2017-04-25 Thread STINNER Victor
STINNER Victor added the comment: This issue introduced new warnings when running test_importlib: see issue #30158. -- nosy: +haypo ___ Python tracker

[issue29576] Improve some deprecations in the importlib

2017-04-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1393 ___ Python tracker ___ ___

[issue29576] Improve some deprecations in the importlib

2017-04-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This change made test_importlib emitting warnings. See issue30158. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue29576] Improve some deprecations in the importlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1100 ___ Python tracker ___ ___

[issue29576] Improve some deprecations in the importlib

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +618 ___ Python tracker ___ ___

[issue29576] Improve some deprecations in the importlib

2017-02-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- Removed message: http://bugs.python.org/msg288061 ___ Python tracker ___

[issue29576] Improve some deprecations in the importlib

2017-02-17 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 1d4601c2c6952d03fc4dda2b041be9aa8713c0bc by Brett Cannon in branch 'ncoghlan-devguide-link': bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)

[issue29576] Improve some deprecations in the importlib

2017-02-15 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29576] Improve some deprecations in the importlib

2017-02-15 Thread Brett Cannon
Brett Cannon added the comment: New changeset 1d4601c2c6952d03fc4dda2b041be9aa8713c0bc by Brett Cannon in branch 'master': bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)

[issue29576] Improve some deprecations in the importlib

2017-02-15 Thread Matthias Bussonnier
New submission from Matthias Bussonnier: A couple of function in importlib are marked as deprecated in the documentation but do not raise deprecation warnings. As the same time it would be great to improve some deprecation warnings and docstring to include the version since when this is