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 loewis
Recipients
Date 2006-11-18.18:48:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've committed a slightly different patch which merges the len(plist)<2 case into the else case, relying on range(-1)/range(0) to give an empty list. Please review and report any problems you see with it.

Committed as r52784 and r52785.
History
Date User Action Args
2007-08-23 15:55:09adminlinkissue1584712 messages
2007-08-23 15:55:09admincreate