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 rhettinger
Recipients
Date 2004-09-30.01:02:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

I'm -0 on changing this.  The code is already complex and
spread across multiple files.  It's absence of type checking
allows sting lookalikes to be used.  If there were a change,
it should probably refactor the function to use ''.join
instead of += logic.  That would detect the problem and
improve the algorithm at the same time.
History
Date User Action Args
2008-01-20 09:57:11adminlinkissue1030499 messages
2008-01-20 09:57:11admincreate