python -i

epchaves at yahoo.com.br epchaves at yahoo.com.br
Mon Oct 8 15:15:42 EDT 2001


Hi:

My script are:

__________________
import string

a = string.lower("ÇÇÇÀÀÀAAA")
print a

____________________

if i do: python -i myfile.py
	 the output is OK: çççàààaaa

but if i do: python myfile.py
	the output isn't the expected: ÇÇÇÀÀÀaaa

Why?

Best regards.

Jorge M.





More information about the Python-list mailing list