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.
Created on 2008年03月18日 16:53 by nnorwitz, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg63942 - (view) | Author: Neal Norwitz (nnorwitz) * (Python committer) | Date: 2008年03月18日 16:53 | |
Explicit relative imports using from .foo import * should work. http://mail.python.org/pipermail/python-3000/2008-March/012564.html |
|||
| msg63950 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月18日 17:46 | |
More verbosely: The restriction should be removed; a SyntaxError shouldn't be raised, and import should handle it correctly. |
|||
| msg64036 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年03月19日 04:39 | |
This is now fixed in r61595. |
|||
| msg112978 - (view) | Author: Jason R. Coombs (jaraco) * (Python committer) | Date: 2010年08月05日 13:53 | |
Is there any chance this can be back-ported to Python 2.7? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46652 |
| 2010年08月05日 13:53:27 | jaraco | set | messages: + msg112978 |
| 2010年08月05日 13:50:58 | jaraco | set | nosy:
+ jaraco |
| 2008年03月19日 04:39:39 | loewis | set | status: open -> closed resolution: fixed messages: + msg64036 nosy: + loewis |
| 2008年03月18日 17:46:55 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg63950 |
| 2008年03月18日 16:53:44 | nnorwitz | create | |