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

bdb modernized #46750

Closed
benjaminp opened this issue Mar 27, 2008 · 3 comments
Closed

bdb modernized #46750

benjaminp opened this issue Mar 27, 2008 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@benjaminp
Copy link
Contributor

BPO 2498
Nosy @birkenfeld, @benjaminp
Files
  • bdb_modern.patch
  • 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/benjaminp'
    closed_at = <Date 2008-03-28.20:57:26.498>
    created_at = <Date 2008-03-27.21:03:01.939>
    labels = ['type-feature', 'library']
    title = 'bdb modernized'
    updated_at = <Date 2008-03-28.20:57:26.469>
    user = 'https://github.com/benjaminp'

    bugs.python.org fields:

    activity = <Date 2008-03-28.20:57:26.469>
    actor = 'benjamin.peterson'
    assignee = 'benjamin.peterson'
    closed = True
    closed_date = <Date 2008-03-28.20:57:26.498>
    closer = 'benjamin.peterson'
    components = ['Library (Lib)']
    creation = <Date 2008-03-27.21:03:01.939>
    creator = 'benjamin.peterson'
    dependencies = []
    files = ['9879']
    hgrepos = []
    issue_num = 2498
    keywords = ['patch']
    message_count = 3.0
    messages = ['64607', '64619', '64652']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'benjamin.peterson']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2498'
    versions = ['Python 2.6']

    @benjaminp
    Copy link
    Contributor Author

    bdb.py has several places like this:
    try:
    try: pass
    except BdbQuit: pass
    finally: pass
    These can be modernized to the > 2.5 syntax.

    @benjaminp benjaminp added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 27, 2008
    @birkenfeld
    Copy link
    Member

    Go ahead and commit -- and don't forget the issue number :)

    @birkenfeld birkenfeld assigned benjaminp and unassigned birkenfeld Mar 28, 2008
    @benjaminp
    Copy link
    Contributor Author

    Commited with a message in r60218

    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants