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 mepstein
Recipients mepstein
Date 2017-02-01.00:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485909304.4.0.845686952752.issue29405@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, it might be more concise and more consistent with the existing code to change the one line to:

            total = min(float(chunkLength * iteration), float(len(data)))
History
Date User Action Args
2017-02-01 00:35:04mepsteinsetrecipients: + mepstein
2017-02-01 00:35:04mepsteinsetmessageid: <1485909304.4.0.845686952752.issue29405@psf.upfronthosting.co.za>
2017-02-01 00:35:04mepsteinlinkissue29405 messages
2017-02-01 00:35:04mepsteincreate