On 2007-06-25, walterbyrd <[EMAIL PROTECTED]> wrote:
> BTW: I think polymorphism is great and all. But it does have
> (and IMO should have) it's limitations. For example, I don't
> think you can divide a string by another string.

It might be a pointless new spelling for the .split method.

x = 'Smith, Ted, 15 Smedly Rd."
last, first, street = x / ', '

Tongue-in-cheekily-yours,

-- 
Neil Cerutti
Strangely, in slow motion replay, the ball seemed to hang in the air for even
longer. --David Acfield
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to