On Wed, Sep 28, 2011 at 11:14 PM, Xah Lee <xah...@gmail.com> wrote:
> (while (< ii (length pairs))
>      (setq mystr (replace-regexp-in-string
>                   (elt tempMapPoints ii)
>                   (elt (elt pairs ii) 1)
>                   mystr t t))
>      (setq ii (1+ ii))
>      )

from __future__ import lisp_syntax

There, that makes it on-topic for the Python list... I guess.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to