Some Python SyntaxWarnings that should be fixed for Python 2.1
compatibility.

[jasonrm@hrothgar bin]$ python2.1 ./tmda-gui 
./tmda-gui:384: SyntaxWarning: local name 'pl' in 'PasswordPrompt' shadows use of 'pl' 
as global in nested scope 'setpw'
  def PasswordPrompt(pl):
./tmda-gui:384: SyntaxWarning: local name 'root' in 'PasswordPrompt' shadows use of 
'root' as global in nested scope 'setpw'
  def PasswordPrompt(pl):
./tmda-gui:384: SyntaxWarning: local name 'ask' in 'PasswordPrompt' shadows use of 
'ask' as global in nested scope 'setpw'
  def PasswordPrompt(pl):
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to