[Patches] [ python-Patches-403703 ] Fix for Tools\compiler\transformer.py and renaming

noreply@sourceforge.net noreply@sourceforge.net
Sun, 22 Apr 2001 11:43:44 -0700


Patches item #403703, was updated on 2001-02-08 23:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403703&group_id=5470

Category: library
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Brian Quinlan (bquinlan)
Assigned to: Jeremy Hylton (jhylton)
Summary: Fix for Tools\compiler\transformer.py and renaming

Initial Comment:
This patch fixes a problem with transformer.py and statements with the following form: "from x import y as z". In the previous version, that statement would be encoded as:

From('x', [('y', None)]) instead of 
From('x', [('y', 'z')])

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

>Comment By: Brian Quinlan (bquinlan)
Date: 2001-04-22 11:43

Message:
Logged In: YES 
user_id=108973

Transformer.py commit 1.20 fixes this problem.

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

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