Issue1518569
Created on 2006-07-07 08:15 by twouters, last changed 2006-07-08 10:44 by twouters.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
check-as.diff
|
georg.brandl,
2006-07-07 08:39
|
|
|
|
|
msg50624 - (view) |
Author: Thomas Wouters (twouters) |
Date: 2006-07-07 08:15 |
|
'import foo as bar' doesn't check if the 'as' is really
'as', allowing for 'import foo feeble bar' to mean the
same thing. I probably broke this somehow when making
'as' a future-keyword. Adding a bug to remind myself to
fix it (next week or so)
|
|
msg50625 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2006-07-07 08:39 |
|
Logged In: YES
user_id=849994
Preliminary patch is attached.
|
|
msg50626 - (view) |
Author: Thomas Wouters (twouters) |
Date: 2006-07-08 10:44 |
|
Logged In: YES
user_id=34209
Neal fixed this in r50489 (#1519018 was a dupe of this, but
he saw that first, apparently :)
|
|
| Date |
User |
Action |
Args |
| 2006-07-07 08:15:37 | twouters | create | |
|