[Python-checkins] [python/cpython] f93234: bpo-30024: Circular imports involving absolute imp...

GitHub noreply at github.com
Tue May 9 15:31:07 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f93234bb8a87855f295d441524e519481ce6ab13
      https://github.com/python/cpython/commit/f93234bb8a87855f295d441524e519481ce6ab13
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
    M Doc/whatsnew/3.7.rst
    M Lib/test/test_import/__init__.py
    A Lib/test/test_import/data/circular_imports/binding.py
    A Lib/test/test_import/data/circular_imports/binding2.py
    M Misc/NEWS
    M Python/compile.c

  Log Message:
  -----------
  bpo-30024: Circular imports involving absolute imports with binding (#1264)

a submodule to a name are now supported.




More information about the Python-checkins mailing list