dear folks, i'm trying to append a semicolon to my addr string and am using the syntax below. for some reason the added on of the ; doesn't work. when i print it out later on it only shows the original value of addr.
addr = incident.findNextSibling('td') addr.append('%s;') thanks yaffa -- http://mail.python.org/mailman/listinfo/python-list