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 wplappert
Recipients georg.brandl, wplappert
Date 2008-10-21.15:06:32
SpamBayes Score 6.833563e-05
Marked as misclassified No
Message-id <1224601594.18.0.145893129918.issue4160@psf.upfronthosting.co.za>
In-reply-to
Content
in the Python 2.6 PDF-documentation, the example followong the
"text_factory is incomplete, because it is cut off at the right hand
side of the text. HTML-version: http://docs.python.org/library/sqlite3.html

I include the relevant line from the HTML-version:
cur.execute("select ?", ("this is latin1 and would normally create  
errors" + u"\xe4\xf6\xfc".encode("latin1"),)) . 

This line should probably be split, so the text cannot run off at the
right edge.
History
Date User Action Args
2008-10-21 15:06:34wplappertsetrecipients: + wplappert, georg.brandl
2008-10-21 15:06:34wplappertsetmessageid: <1224601594.18.0.145893129918.issue4160@psf.upfronthosting.co.za>
2008-10-21 15:06:33wplappertlinkissue4160 messages
2008-10-21 15:06:33wplappertcreate