[Patches] [ python-Patches-1518569 ] 'import foo as bar' not checking for 'as'

SourceForge.net noreply at sourceforge.net
Sat Jul 8 12:44:30 CEST 2006


Patches item #1518569, was opened at 2006-07-07 10:15
Message generated for change (Comment added) made by twouters
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1518569&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Thomas Wouters (twouters)
Assigned to: Thomas Wouters (twouters)
Summary: 'import foo as bar' not checking for 'as'

Initial Comment:
'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)



----------------------------------------------------------------------

>Comment By: Thomas Wouters (twouters)
Date: 2006-07-08 12:44

Message:
Logged In: YES 
user_id=34209

Neal fixed this in r50489 (#1519018 was a dupe of this, but
he saw that first, apparently :)


----------------------------------------------------------------------

Comment By: Georg Brandl (gbrandl)
Date: 2006-07-07 10:39

Message:
Logged In: YES 
user_id=849994

Preliminary patch is attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1518569&group_id=5470


More information about the Patches mailing list