Issue1519018
Created on 2006-07-07 22:33 by scott.dial, last changed 2006-07-08 05:31 by nnorwitz.
|
msg29093 - (view) |
Author: Scott Dial (scott.dial) |
Date: 2006-07-07 22:33 |
|
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.
|
|
msg29094 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2006-07-08 05:31 |
|
Logged In: YES
user_id=33168
Committed revision 50489.
|
|
| Date |
User |
Action |
Args |
| 2006-07-07 22:33:15 | scott.dial | create | |
|