Author scott.dial
Recipients
Date 2006-07-07.22:33:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following import statements are invalidly accepted
by the current HEAD:

"import sys foo bar"
"from sys import path foo bar"

The current trunk excepts this input and merely ignores
"foo" failing to validate that the string is "as". I am
not familiar enough with Python's syntax checking to
locate it and submit a patch.
History
Date User Action Args
2007-08-23 14:41:12adminlinkissue1519018 messages
2007-08-23 14:41:12admincreate