[issue13047] imp.find_module("") and imp.find_module(".")

2020-10-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue13047] imp.find_module("") and imp.find_module(".")

2019-12-20 Thread Batuhan
Batuhan added the comment: `imp` is now deprecated and IMHO no reason to make this change after this deprecation. -- nosy: +BTaskaya ___ Python tracker ___

[issue13047] imp.find_module() and imp.find_module(.)

2013-01-25 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- nosy: -brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13047 ___ ___ Python-bugs-list

[issue13047] imp.find_module() and imp.find_module(.)

2011-09-26 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: I don't think this is undocumented as much as it's unexpected behavior. I really doubt this functionality was on purpose. -- ___ Python tracker rep...@bugs.python.org

[issue13047] imp.find_module() and imp.find_module(.)

2011-09-25 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: It's undocumented that imp.find_module() and imp.find_module(.) try to find __init__.py. There is also a small difference in behavior between them. sys.path by default contains as the first element, which is

[issue13047] imp.find_module() and imp.find_module(.)

2011-09-25 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +brett.cannon, ezio.melotti, ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13047 ___