This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josiahcarlson
Recipients
Date 2004-10-30.15:55:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=341410

I'll also mention that you are shadowing the global 'len'
and likely global 'md5' with your variable names.

Since you seem to be relatively new to Python, I'll just say
that such things are generally frowned upon in production
Python software, as it tends to confuse others who would
read your code.
History
Date User Action Args
2007-08-23 14:26:57adminlinkissue1052036 messages
2007-08-23 14:26:57admincreate