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 benjamin.peterson
Recipients benjamin.peterson, lovelygoo2
Date 2009-09-21.03:14:58
SpamBayes Score 0.01419311
Marked as misclassified No
Message-id <1253502899.95.0.337238532754.issue6955@psf.upfronthosting.co.za>
In-reply-to
Content
This is the way strings are compared. You can change this easily,
though, using max(list_of_string_numbers, key=int).
History
Date User Action Args
2009-09-21 03:15:00benjamin.petersonsetrecipients: + benjamin.peterson, lovelygoo2
2009-09-21 03:14:59benjamin.petersonsetmessageid: <1253502899.95.0.337238532754.issue6955@psf.upfronthosting.co.za>
2009-09-21 03:14:58benjamin.petersonlinkissue6955 messages
2009-09-21 03:14:58benjamin.petersoncreate