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 mark.dickinson
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-24.10:56:31
SpamBayes Score 0.02388305
Marked as misclassified No
Message-id <1264330592.41.0.94257425937.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
One more:

(5) The patch includes a (presumably accidental) change to the divmod docstring, from "Return (a // b, a % b)" to "Return (self // other, self % other)".  I think the first version is preferable.
History
Date User Action Args
2010-01-24 10:56:32mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jjconti, skrah
2010-01-24 10:56:32mark.dickinsonsetmessageid: <1264330592.41.0.94257425937.issue7633@psf.upfronthosting.co.za>
2010-01-24 10:56:31mark.dickinsonlinkissue7633 messages
2010-01-24 10:56:31mark.dickinsoncreate