[Python-checkins] [python/cpython] 949878: bpo-29851: Have importlib.reload() raise ImportErr...

GitHub noreply at github.com
Wed May 24 18:19:51 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 94987826e89e8a89c20f081e18be33fc840e6203
      https://github.com/python/cpython/commit/94987826e89e8a89c20f081e18be33fc840e6203
  Author: Garvit Khatri <garvit.khatri at zomato.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Doc/library/importlib.rst
    M Lib/importlib/__init__.py
    M Lib/test/test_importlib/test_api.py
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972)




More information about the Python-checkins mailing list