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

Expand dbshelve to have full shelve/dict interface #37828

Closed
rhettinger opened this issue Jan 25, 2003 · 3 comments
Closed

Expand dbshelve to have full shelve/dict interface #37828

rhettinger opened this issue Jan 25, 2003 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@rhettinger
Copy link
Contributor

BPO 674396
Nosy @akuchling, @rhettinger
Files
  • dbshelve.diff: Tiny patch
  • dbobj.diff: Similar patch for dbobj
  • 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/rhettinger'
    closed_at = <Date 2003-02-05.04:22:27.000>
    created_at = <Date 2003-01-25.01:01:57.000>
    labels = ['library']
    title = 'Expand dbshelve to have full shelve/dict interface'
    updated_at = <Date 2003-02-05.04:22:27.000>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2003-02-05.04:22:27.000>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2003-01-25.01:01:57.000>
    creator = 'rhettinger'
    dependencies = []
    files = ['4955', '4956']
    hgrepos = []
    issue_num = 674396
    keywords = ['patch']
    message_count = 3.0
    messages = ['42523', '42524', '42525']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'rhettinger']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue674396'
    versions = ['Python 2.3']

    @rhettinger
    Copy link
    Contributor Author

    Use the new DictMixin to grant all mapping methods
    to dbshelve.

    @rhettinger rhettinger self-assigned this Jan 25, 2003
    @rhettinger rhettinger added the stdlib Python modules in the Lib dir label Jan 25, 2003
    @rhettinger rhettinger self-assigned this Jan 25, 2003
    @rhettinger rhettinger added the stdlib Python modules in the Lib dir label Jan 25, 2003
    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Both patches look fine to me.

    @rhettinger
    Copy link
    Contributor Author

    Logged In: YES
    user_id=80475

    Committed as:
    dbobj.py 1.4
    dbshelve.py 1.6

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants