Il Fri, 28 Nov 2008 19:47:01 -0800 (PST), [EMAIL PROTECTED] ha
scritto:

> I dont understand why the following code never finds "tree".

New line marker to be stripped?


>     if item == var:
if item.strip() == var:

D.
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to