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 chris.jerdonek, ezio.melotti, mark.dickinson
Date 2012-11-21.18:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353521541.22.0.463826089954.issue16515@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, true:  max is probably still going to have to be a special case, thanks to its schizophrenic signature.  (max([1, 2, 3]) versus max(1, 2, 3)).
History
Date User Action Args
2012-11-21 18:12:21mark.dickinsonsetrecipients: + mark.dickinson, ezio.melotti, chris.jerdonek
2012-11-21 18:12:21mark.dickinsonsetmessageid: <1353521541.22.0.463826089954.issue16515@psf.upfronthosting.co.za>
2012-11-21 18:12:21mark.dickinsonlinkissue16515 messages
2012-11-21 18:12:21mark.dickinsoncreate