[issue20789] [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1

2014-03-04 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- title: [3.4] cherrypick 5dec1604322c - [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1 ___ Python tracker rep...@bugs.python.org

[issue20789] [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1

2014-03-04 Thread STINNER Victor
STINNER Victor added the comment: It's a regression compared to 3.3, so it looks important to fix it in Python 3.4(.0). -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20789

[issue20789] [3.4] cherrypick 5dec1604322c

2014-02-26 Thread Brett Cannon
New submission from Brett Cannon: changeset 89406:5dec1604322c tip Issue #20763: Fix importlib.machinery.PathFinder to support PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira. [#20763] author Brett Cannon br...@python.org dateWed, 26 Feb 2014

[issue20789] [3.4] cherrypick 5dec1604322c

2014-02-26 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- dependencies: +old sys.path_hooks importer does not work with Python 3.4.0rc1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20789 ___