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

Typo in bytes.join/bytearray.join documentation #68404

Closed
vaultah mannequin opened this issue May 17, 2015 · 3 comments
Closed

Typo in bytes.join/bytearray.join documentation #68404

vaultah mannequin opened this issue May 17, 2015 · 3 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@vaultah
Copy link
Mannequin

vaultah mannequin commented May 17, 2015

BPO 24216
Nosy @bitdancer, @vaultah
Files
  • bytes_join.diff
  • 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 2015-05-17.14:18:21.709>
    created_at = <Date 2015-05-17.07:59:48.481>
    labels = ['type-feature', 'docs']
    title = 'Typo in bytes.join/bytearray.join documentation'
    updated_at = <Date 2015-05-17.14:18:21.707>
    user = 'https://github.com/vaultah'

    bugs.python.org fields:

    activity = <Date 2015-05-17.14:18:21.707>
    actor = 'r.david.murray'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2015-05-17.14:18:21.709>
    closer = 'r.david.murray'
    components = ['Documentation']
    creation = <Date 2015-05-17.07:59:48.481>
    creator = 'vaultah'
    dependencies = []
    files = ['39403']
    hgrepos = []
    issue_num = 24216
    keywords = ['patch']
    message_count = 3.0
    messages = ['243389', '243400', '243401']
    nosy_count = 4.0
    nosy_names = ['r.david.murray', 'docs@python', 'python-dev', 'vaultah']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24216'
    versions = ['Python 3.5']

    @vaultah
    Copy link
    Mannequin Author

    vaultah mannequin commented May 17, 2015

    This

    if there are any values in iterable that are note bytes-like objects
    

    should be

    if there are any values in iterable that are not bytes-like objects
    

    Here's a micropatch...

    @vaultah vaultah mannequin assigned docspython May 17, 2015
    @vaultah vaultah mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels May 17, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 17, 2015

    New changeset ba271f116f94 by R David Murray in branch '3.4':
    bpo-24216: fix typo
    https://hg.python.org/cpython/rev/ba271f116f94

    New changeset 91ac3040a28d by R David Murray in branch 'default':
    Merge: bpo-24216: fix typo
    https://hg.python.org/cpython/rev/91ac3040a28d

    @bitdancer
    Copy link
    Member

    Thanks, Dmitry.

    @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

    1 participant