[issue4152] ihooks module cannot handle absolute imports

2009-10-14 Thread Neil Schemenauer
Neil Schemenauer added the comment: Fixed in SVN rev 75423. -- nosy: +nascheme resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue4152] ihooks module cannot handle absolute imports

2009-05-31 Thread Neil Schemenauer
Neil Schemenauer added the comment: Adding a patch that adds support for relative imports based on the import.c code. I've tested it by hacking the test_import.py test module. -- versions: +Python 2.7 Added file: http://bugs.python.org/file14132/ihooks_relative.txt

[issue4152] ihooks module cannot handle absolute imports

2008-10-20 Thread Neil Schemenauer
New submission from Neil Schemenauer <[EMAIL PROTECTED]>: The ihooks module was updated when the absolute imports feature was implemented. At a minimum, I guess the import_module() methods in that module would need to have "level=-1" keyword arguments added. The only library in the core that us