mirror of
https://github.com/python/cpython.git
synced 2026-07-29 21:25:51 -04:00
Add tests for "import", pkgutil.resolve_name() and unittest.mock.path() for cases when "import a.b as x" and "from a import b as x" give different results.