Files
cpython/Lib
Brett Cannon 599ff020b3 [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (GH-2365)
Bug didn't manifest itself when importing a module with source as .py files are always the first on the search path. The issue only showed up in bytecode-only packages where the calculated file path would be ``__init__.py/__init__.pyc``.

Patch by Alexandru Ardelean.
(cherry picked from commit c38e32a100)
2017-06-23 11:39:53 -07:00
..
2016-12-05 22:30:55 -08:00
2017-03-05 18:14:26 +02:00
2015-03-05 15:45:01 +13:00
2016-09-04 11:17:28 -07:00
2015-04-13 14:21:02 -04:00