Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library.pdf - Section 12.13.2 Connection Objects - example cut off at the right hand side #48410

Closed
wplappert mannequin opened this issue Oct 21, 2008 · 5 comments
Closed
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@wplappert
Copy link
Mannequin

wplappert mannequin commented Oct 21, 2008

BPO 4160
Nosy @birkenfeld, @ezio-melotti
Files
  • 12.13.2.png: page of chapter 12.13.2
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/birkenfeld'
    closed_at = <Date 2009-09-02.10:06:49.510>
    created_at = <Date 2008-10-21.15:06:33.428>
    labels = ['type-bug', 'docs']
    title = 'library.pdf - Section 12.13.2 Connection Objects - example cut off at the right hand side'
    updated_at = <Date 2009-09-02.10:06:49.496>
    user = 'https://bugs.python.org/wplappert'

    bugs.python.org fields:

    activity = <Date 2009-09-02.10:06:49.496>
    actor = 'ezio.melotti'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-09-02.10:06:49.510>
    closer = 'ezio.melotti'
    components = ['Documentation tools (Sphinx)']
    creation = <Date 2008-10-21.15:06:33.428>
    creator = 'wplappert'
    dependencies = []
    files = ['11853']
    hgrepos = []
    issue_num = 4160
    keywords = []
    message_count = 5.0
    messages = ['75029', '75048', '78213', '92160', '92162']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'ezio.melotti', 'wplappert']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue4160'
    versions = ['Python 2.6']

    @wplappert
    Copy link
    Mannequin Author

    wplappert mannequin commented Oct 21, 2008

    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.

    @wplappert wplappert mannequin added the docs Documentation in the Doc dir label Oct 21, 2008
    @wplappert wplappert mannequin assigned birkenfeld Oct 21, 2008
    @wplappert wplappert mannequin added docs Documentation in the Doc dir and removed docs Documentation in the Doc dir labels Oct 21, 2008
    @wplappert
    Copy link
    Mannequin Author

    wplappert mannequin commented Oct 21, 2008

    The page of chapter 12.13.2

    @wplappert wplappert mannequin added the type-bug An unexpected behavior, bug, or error label Oct 22, 2008
    @wplappert
    Copy link
    Mannequin Author

    wplappert mannequin commented Dec 22, 2008

    see also bpo-4173, might be the same root cause.

    @wplappert
    Copy link
    Mannequin Author

    wplappert mannequin commented Sep 2, 2009

    I checked the 2.6.2 version of the PDF, dated 2nd September 2009, and
    the problem is gone. The call can be closed.

    @ezio-melotti
    Copy link
    Member

    This problem is somewhat similar to bpo-5388, but if what you reported is
    now fixed I'll close this issue.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants