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

sqlite3.Connection.iterdump docs pythonicity #47919

Closed
lehmannro mannequin opened this issue Aug 24, 2008 · 2 comments
Closed

sqlite3.Connection.iterdump docs pythonicity #47919

lehmannro mannequin opened this issue Aug 24, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@lehmannro
Copy link
Mannequin

lehmannro mannequin commented Aug 24, 2008

BPO 3669
Nosy @akuchling, @birkenfeld
Files
  • connection-iterdump.patch: docs patch on trunk
  • 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 2008-09-06.20:28:27.865>
    created_at = <Date 2008-08-24.21:19:07.965>
    labels = ['type-feature', 'docs']
    title = 'sqlite3.Connection.iterdump docs pythonicity'
    updated_at = <Date 2008-09-06.20:28:27.850>
    user = 'https://bugs.python.org/lehmannro'

    bugs.python.org fields:

    activity = <Date 2008-09-06.20:28:27.850>
    actor = 'akuchling'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2008-09-06.20:28:27.865>
    closer = 'akuchling'
    components = ['Documentation']
    creation = <Date 2008-08-24.21:19:07.965>
    creator = 'lehmannro'
    dependencies = []
    files = ['11237']
    hgrepos = []
    issue_num = 3669
    keywords = ['patch']
    message_count = 2.0
    messages = ['71875', '72688']
    nosy_count = 3.0
    nosy_names = ['akuchling', 'georg.brandl', 'lehmannro']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue3669'
    versions = ['Python 2.6', 'Python 3.0']

    @lehmannro
    Copy link
    Mannequin Author

    lehmannro mannequin commented Aug 24, 2008

    The sqlite3 docs are a little unpythonic. When using str.join on
    Connection.iterdump, the example in the docs manually unpacks the
    generator using a LC. I propose this'd be improved.

    Patch attached. Same applies to the py3k docs, it's just a few lines
    above there.

    @lehmannro lehmannro mannequin assigned birkenfeld Aug 24, 2008
    @lehmannro lehmannro mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Aug 24, 2008
    @akuchling
    Copy link
    Member

    Applied in rev. 66268; thanks!

    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants