[issue4160] library.pdf - Section 12.13.2 Connection Objects - example cut off at the right hand side

Winfried Plappert report at bugs.python.org
Tue Oct 21 17:06:34 CEST 2008


New submission from Winfried Plappert <Winfried.Plappert at gmx.de>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 75029
nosy: georg.brandl, wplappert
severity: normal
status: open
title: library.pdf - Section 12.13.2 Connection Objects - example cut off at the right hand side
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4160>
_______________________________________


More information about the Python-bugs-list mailing list