backslashes in lists

Carsten Haese carsten at uniqsys.com
Mon Mar 12 11:21:19 EDT 2007


On Mon, 2007-03-12 at 18:08 +0300, Fabio Gomes wrote:
> Yes, Luca.
> 
>   I noticed that printing the list item will show the string as
> expected. But I need to print the entire list in the script I'm
> writing and doing that, the list will will be repr()'ed. Is there any
> way to print the entire list without being parsed by repr()?

It would be easier to help you if you told us what you are actually
trying to achieve. What does printing the entire list give you that
printing its individual items does not?

-Carsten





More information about the Python-list mailing list