This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ekontsevoy
Recipients ekontsevoy
Date 2012-06-19.22:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340146399.75.0.609941473823.issue15109@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed fix:

maybe 
yield(u"%s;" % row[0]) 

or simply

row[0] + ";"?
History
Date User Action Args
2012-06-19 22:53:19ekontsevoysetrecipients: + ekontsevoy
2012-06-19 22:53:19ekontsevoysetmessageid: <1340146399.75.0.609941473823.issue15109@psf.upfronthosting.co.za>
2012-06-19 22:53:19ekontsevoylinkissue15109 messages
2012-06-19 22:53:19ekontsevoycreate