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.

Author bhy
Recipients bhy
Date 2010-06-24.11:46:41
SpamBayes Score 0.007113223
Marked as misclassified No
Message-id <1277380004.45.0.44974456995.issue9068@psf.upfronthosting.co.za>
In-reply-to
Content
"from . import *" is valid syntax in CPython (both 2.6 and py3k) but in the language reference it is not allowed:

http://docs.python.org/dev/py3k/reference/simple_stmts.html#the-import-statement
History
Date User Action Args
2010-06-24 11:46:45bhysetrecipients: + bhy
2010-06-24 11:46:44bhysetmessageid: <1277380004.45.0.44974456995.issue9068@psf.upfronthosting.co.za>
2010-06-24 11:46:42bhylinkissue9068 messages
2010-06-24 11:46:42bhycreate