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] some DB-API attributes are undocumented #89771

Closed
erlend-aasland opened this issue Oct 25, 2021 · 5 comments
Closed

[sqlite3] some DB-API attributes are undocumented #89771

erlend-aasland opened this issue Oct 25, 2021 · 5 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir topic-sqlite3

Comments

@erlend-aasland
Copy link
Contributor

BPO 45608
Nosy @malemburg, @ambv, @miss-islington, @erlend-aasland
PRs
  • bpo-45608: Document missing sqlite3 DB-API attributes and methods #29219
  • [3.10] bpo-45608: Document missing sqlite3 DB-API attributes and methods (GH-29219) #29281
  • [3.9] bpo-45608: Document missing sqlite3 DB-API attributes and methods (GH-29219) #29282
  • 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 = None
    closed_at = <Date 2021-10-28.19:57:58.572>
    created_at = <Date 2021-10-25.21:40:00.569>
    labels = ['3.11', '3.9', '3.10', 'docs']
    title = '[sqlite3] some DB-API attributes are undocumented'
    updated_at = <Date 2021-10-28.19:57:58.571>
    user = 'https://github.com/erlend-aasland'

    bugs.python.org fields:

    activity = <Date 2021-10-28.19:57:58.571>
    actor = 'lukasz.langa'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2021-10-28.19:57:58.572>
    closer = 'lukasz.langa'
    components = ['Documentation']
    creation = <Date 2021-10-25.21:40:00.569>
    creator = 'erlendaasland'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 45608
    keywords = ['patch']
    message_count = 5.0
    messages = ['405004', '405236', '405248', '405249', '405250']
    nosy_count = 5.0
    nosy_names = ['lemburg', 'docs@python', 'lukasz.langa', 'miss-islington', 'erlendaasland']
    pr_nums = ['29219', '29281', '29282']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue45608'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @erlend-aasland
    Copy link
    Contributor Author

    Some DB-API 2.0 attributes are undocumented:

    • apilevel
    • threadsafety
    • paramstyle

    These attributes should be documented.

    See also:

    @erlend-aasland erlend-aasland added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Oct 25, 2021
    @erlend-aasland erlend-aasland added 3.9 only security fixes docs Documentation in the Doc dir 3.10 only security fixes 3.11 only security fixes labels Oct 25, 2021
    @erlend-aasland erlend-aasland added the docs Documentation in the Doc dir label Oct 25, 2021
    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    New changeset 88d8a1a by Erlend Egeberg Aasland in branch 'main':
    bpo-45608: Document missing sqlite3 DB-API attributes and methods (GH-29219)
    88d8a1a

    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    New changeset 1d88b2b by Miss Islington (bot) in branch '3.10':
    bpo-45608: Document missing sqlite3 DB-API attributes and methods (GH-29219) (GH-29281)
    1d88b2b

    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    New changeset 020aa06 by Miss Islington (bot) in branch '3.9':
    bpo-45608: Document missing sqlite3 DB-API attributes and methods (GH-29219) (GH-29282)
    020aa06

    @ambv
    Copy link
    Contributor

    ambv commented Oct 28, 2021

    Thanks, Erlend! ✨ 🍰 ✨

    @ambv ambv closed this as completed Oct 28, 2021
    @ambv ambv closed this as completed Oct 28, 2021
    @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
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir topic-sqlite3
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants