[Python-3000] PEP 3100 Comments
Paul Moore
p.f.moore at gmail.com
Mon May 8 09:46:04 CEST 2006
On 5/8/06, Talin <talin at acm.org> wrote:
> Lets say we outlaw the use of isSequence - how do you propose to
> implement this type of pattern? Or are you saying that this pattern is
> bad style?
Generic (overloadable) functions. See the archives - it's possible the
discussion was before you subscribed to the list, I don't recall
seeing your postings here until after then.
Generic functions are a perfect fit for this type of API.
Paul.
More information about the Python-3000
mailing list