newbie question: if var1 == var2:

Kirk Strauser kirk at daycos.com
Thu Dec 11 14:44:22 EST 2008


At 2008-12-11T17:24:44Z, rdmurray at bitdance.com writes:

>     >>> '  ab c  \r\n'.rstrip('\r\n')
>     '  ab c  '
>     >>> '  ab c  \n'.rstrip('\r\n')
>     '  ab c  '
>     >>> '  ab c  '.rstrip('\r\n')
>     '  ab c  '

I didn't say it couldn't be done.  I just like the Perl version better.
-- 
Kirk Strauser
The Day Companies



More information about the Python-list mailing list