Serhiy Storchaka
|
8a9cd20edc
|
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
instead of failing with SystemError.
Relative import from non-package now fails with ImportError rather than
SystemError.
|
2017-07-12 06:50:03 +03:00 |
Serhiy Storchaka
|
b4baacee1a
|
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
|
2017-07-06 08:09:03 +03:00 |
Serhiy Storchaka
|
f93234bb8a
|
bpo-30024: Circular imports involving absolute imports with binding (#1264)
a submodule to a name are now supported.
|
2017-05-09 22:31:05 +03:00 |
Antoine Pitrou
|
44fff77684
|
Whitespace
|
2014-10-13 20:21:12 +02:00 |
Antoine Pitrou
|
0373a106a1
|
Issue #17636: Circular imports involving relative imports are now supported.
|
2014-10-13 20:19:45 +02:00 |