danielx wrote: > Bruno Desthuilliers wrote: > >>danielx wrote: >> (snip) >>> >>>Obviously, such things would be omitted from your docs, but users also >>>learn by interacting with Python, which is really one of Python's great >>>virtues. When supporting documents aren't sufficient to learn an api >>>(I'm sure this never happens, so just humor me), you can always turn to >>>interactive Python. >> >>...and source code... > > > *shudders* What happened to all the goodness of abstraction?
Compared to machine language, Python source code is really abstration. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list