need help with my append syntax

yaffa yxxxxlxxxxx at gmail.com
Fri Aug 12 12:31:08 EDT 2005


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




More information about the Python-list mailing list