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 pitrou
Recipients BreamoreBoy, doerwalter, gvanrossum, kteague, ncoghlan, paul.moore, pitrou, ryan.freckleton
Date 2010-07-22.11:45:17
SpamBayes Score 0.004645536
Marked as misclassified No
Message-id <1279799119.83.0.324849735556.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
Generic functions are a lesser-known paradigm than OO, and nowhere do common Python documents (including the official docs) try to teach them. That means the first public appearance of generic functions in the stdlib should really be well thought out if we don't want to encourage poor practices. I agree with Guido that a PEP is required to flesh out all the details.
History
Date User Action Args
2010-07-22 11:45:19pitrousetrecipients: + pitrou, gvanrossum, doerwalter, paul.moore, ncoghlan, ryan.freckleton, kteague, BreamoreBoy
2010-07-22 11:45:19pitrousetmessageid: <1279799119.83.0.324849735556.issue5135@psf.upfronthosting.co.za>
2010-07-22 11:45:17pitroulinkissue5135 messages
2010-07-22 11:45:17pitroucreate