[issue487566] smart module import

2022-04-10 Thread admin
Change by admin : -- github: None -> 35637 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue487566] smart module import

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: I agree. In any case, this issue will be handled by one of the PEPs. -- resolution: -> later status: open -> closed Tracker <[EMAIL PROTECTED]>

[issue487566] smart module import

2008-01-20 Thread Christian Heimes
Christian Heimes added the comment: It is possible to re-use post import hooks for the purpose but really, this is a job for PEP 3124 "Overloading, Generic Functions, Interfaces, and Adaptation". Tracker <[EMAIL PROTECTED]>

[issue487566] smart module import

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Chris, is this something that could be done with your post-import hooks? -- assignee: -> tiran nosy: +georg.brandl, tiran Tracker <[EMAIL PROTECTED]> __