This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ihooks support for relative imports
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, nascheme
Priority: normal Keywords:

Created on 2009-09-07 06:29 by nascheme, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ihooks_relimport.txt nascheme, 2009-09-07 06:29
Messages (3)
msg92345 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2009-09-07 06:29
ihooks in 2.6 does not support relative imports. The attached patch was 
impired by Brett's "import in Python" code.
msg94018 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2009-10-14 19:25
I've been using this version of ihooks for some time and it seems to
work fine. Committing the patch.
msg94028 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-10-14 20:46
Sorry I didn't get to this, Neil.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51104
2009-10-14 20:46:48brett.cannonsetmessages: + msg94028
2009-10-14 19:25:50naschemesetstatus: open -> closed
resolution: accepted
messages: + msg94018

stage: patch review -> resolved
2009-09-07 06:29:45naschemecreate