On Thu, May 8, 2008 at 2:11 PM, Michael Mabin <[EMAIL PROTECTED]> wrote:
> Does python have an equivalent to Perl's inplace-edit variable $^I?
>

I misread your question.

No, Python eschews magic characters and symbols. They make code ugly
and harder to read and maintain.

The first 3 lines of the Zen of Python:

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.

You might find a variable like that in Ruby, which has strong Perl influences.

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

Reply via email to