[Patches] [ python-Patches-521714 ] fix pychecker warnings in ast.py

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Feb 2002 20:25:54 -0800


Patches item #521714, was opened at 2002-02-22 20:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=521714&group_id=5470

Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Evelyn Mitchell (efm)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix pychecker warnings in ast.py

Initial Comment:
pychecker was complaining of "Local variable (nodes)
shadows global defined on line 35". I've changed the
names of those uses which were obviously local in scope
to something more appropriate (nodearg where it is used
as an argument, nodelist where it is a list). This does
not clear up all of the instances of that pychecker
warning in ast.py, but removes the vast majority of
them.


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

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