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

Exception strings for bytearray say "bytes" #51096

Closed
hagen mannequin opened this issue Sep 5, 2009 · 2 comments
Closed

Exception strings for bytearray say "bytes" #51096

hagen mannequin opened this issue Sep 5, 2009 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@hagen
Copy link
Mannequin

hagen mannequin commented Sep 5, 2009

BPO 6847
Nosy @mdickinson
Files
  • bytearray_strings.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 = None
    closed_at = <Date 2009-09-06.10:36:47.462>
    created_at = <Date 2009-09-05.18:59:53.752>
    labels = ['interpreter-core', 'type-bug']
    title = 'Exception strings for bytearray say "bytes"'
    updated_at = <Date 2009-09-06.10:36:47.460>
    user = 'https://bugs.python.org/hagen'

    bugs.python.org fields:

    activity = <Date 2009-09-06.10:36:47.460>
    actor = 'mark.dickinson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-09-06.10:36:47.462>
    closer = 'mark.dickinson'
    components = ['Interpreter Core']
    creation = <Date 2009-09-05.18:59:53.752>
    creator = 'hagen'
    dependencies = []
    files = ['14843']
    hgrepos = []
    issue_num = 6847
    keywords = ['patch']
    message_count = 2.0
    messages = ['92293', '92300']
    nosy_count = 2.0
    nosy_names = ['mark.dickinson', 'hagen']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue6847'
    versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

    @hagen
    Copy link
    Mannequin Author

    hagen mannequin commented Sep 5, 2009

    Various exceptions thrown by bytearray objects talk of "bytes" instead
    of "bytearray". Correction attached.

    @hagen hagen mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Sep 5, 2009
    @mdickinson
    Copy link
    Member

    Thanks. Fixed in revisions r74677 through r74680.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant