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 jab
Recipients jab, rhettinger
Date 2009-07-31.19:36:01
SpamBayes Score 6.274988e-05
Marked as misclassified No
Message-id <1249068964.38.0.0277457344309.issue6614@psf.upfronthosting.co.za>
In-reply-to
Content
One more thing:

> I prefer the docs the way they are.  They help the reader understand
> the relationship between min, max, nsmallest, nlargest, and sorted.

The docs still use the unspecific language "for smaller values of n" and 
"for larger values". I think careful readers would appreciate an addition 
along the lines of what you wrote earlier -- the optimal switchover point 
depends on the cost of the comparison function, the ordering of the input 
data, etc.
History
Date User Action Args
2009-07-31 19:36:04jabsetrecipients: + jab, rhettinger
2009-07-31 19:36:04jabsetmessageid: <1249068964.38.0.0277457344309.issue6614@psf.upfronthosting.co.za>
2009-07-31 19:36:02jablinkissue6614 messages
2009-07-31 19:36:01jabcreate