Message45913
| Author | josiahcarlson |
|---|---|
| Recipients | |
| Date | 2004-05-20.23:55:37 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES user_id=341410 This "problem" will be fixed in Python 2.4 with the introduction of absolute and relative import semantics as given in PEP 328: http://www.python.org/peps/pep-0328.html As stated in the PEP, to use the obviously backwards incompatible semantics, the future import will be used for 2.4 and 2.5, where in 2.6 it will become the default. from __future__ import absolute_import |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:37:34 | admin | link | issue946373 messages |
| 2007-08-23 15:37:34 | admin | create | |