]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30024: Circular imports involving absolute imports with binding (#1264)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 May 2017 19:31:05 +0000 (22:31 +0300)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 19:31:05 +0000 (22:31 +0300)
commitf93234bb8a87855f295d441524e519481ce6ab13
treedf779655af5c9119aee4440fdb428b210bb09f92
parentdbdea629e2e0e4bd8845aa55041e0a0ca4172cf3
bpo-30024: Circular imports involving absolute imports with binding (#1264)

a submodule to a name are now supported.
Doc/whatsnew/3.7.rst
Lib/test/test_import/__init__.py
Lib/test/test_import/data/circular_imports/binding.py [new file with mode: 0644]
Lib/test/test_import/data/circular_imports/binding2.py [new file with mode: 0644]
Misc/NEWS
Python/compile.c