Author jimjjewett
Recipients
Date 2005-02-15.17:57:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

For various reasons, this won't soon get into the core.

Meanwhile, there are some tools like pychecker which may 
help.

I've also found that declaring __slots__ makes the errors 
surface a little bit faster, when I'm dealing with attributes.  
(The most common reason for me to need the variable 
name in widely separated places.)
History
Date User Action Args
2007-08-23 16:10:21adminlinkissue1122279 messages
2007-08-23 16:10:21admincreate