Message45917
Logged In: YES
user_id=341410
If the entirety of PEP 328 made it into Python 2.4 (I don't
have an installation of 2.4, so don't know), to import your
'email.py' module, you would use 'from . import email' after
enabling the absolute import semantics with 'from __future__
import absolute_import'. You would then import the standard
email package with 'import email'.
Is this not clear by reading PEP 328? |
|
Date |
User |
Action |
Args |
2007-08-23 15:37:35 | admin | link | issue946373 messages |
2007-08-23 15:37:35 | admin | create | |
|