[Python-checkins] [python/cpython] 1d4601: bpo-29576: add explicit deprecation for importlib....

GitHub noreply at github.com
Wed Feb 15 21:00:33 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 1d4601c2c6952d03fc4dda2b041be9aa8713c0bc
      https://github.com/python/cpython/commit/1d4601c2c6952d03fc4dda2b041be9aa8713c0bc
  Author: Matthias Bussonnier <bussonniermatthias at gmail.com>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
    M Doc/whatsnew/3.7.rst
    M Lib/importlib/__init__.py
    M Lib/importlib/abc.py
    M Lib/test/test_importlib/test_abc.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)




More information about the Python-checkins mailing list