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 Sam.Breese
Recipients Sam.Breese, sbt
Date 2012-09-30.14:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349014572.64.0.0867780553653.issue15812@psf.upfronthosting.co.za>
In-reply-to
Content
Nevermind, replicated it. Changing start = max(start, 1) to start = max(start, 0) DOES fix. Writing a test case now.
History
Date User Action Args
2012-09-30 14:16:12Sam.Breesesetrecipients: + Sam.Breese, sbt
2012-09-30 14:16:12Sam.Breesesetmessageid: <1349014572.64.0.0867780553653.issue15812@psf.upfronthosting.co.za>
2012-09-30 14:16:12Sam.Breeselinkissue15812 messages
2012-09-30 14:16:12Sam.Breesecreate