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

Include randbytes in random.__all__ #87097

Closed
sbalian mannequin opened this issue Jan 14, 2021 · 2 comments
Closed

Include randbytes in random.__all__ #87097

sbalian mannequin opened this issue Jan 14, 2021 · 2 comments
Assignees
Labels
3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@sbalian
Copy link
Mannequin

sbalian mannequin commented Jan 14, 2021

BPO 42931
Nosy @rhettinger, @vstinner, @miss-islington, @sbalian
PRs
  • bpo-42931: Add randbytes to random.__all__ #24219
  • [3.9] bpo-42931: randbytes missing from random.__all__ (GH-24219) #24225
  • 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 2021-01-15.18:22:16.197>
    created_at = <Date 2021-01-14.23:24:01.174>
    labels = ['type-bug', 'library', '3.9', '3.10']
    title = 'Include randbytes in random.__all__'
    updated_at = <Date 2021-01-15.18:22:26.368>
    user = 'https://github.com/sbalian'

    bugs.python.org fields:

    activity = <Date 2021-01-15.18:22:26.368>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2021-01-15.18:22:16.197>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2021-01-14.23:24:01.174>
    creator = 'sbalian'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42931
    keywords = ['patch']
    message_count = 2.0
    messages = ['385122', '385123']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'vstinner', 'miss-islington', 'sbalian']
    pr_nums = ['24219', '24225']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue42931'
    versions = ['Python 3.9', 'Python 3.10']

    @sbalian sbalian mannequin added 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jan 14, 2021
    @rhettinger
    Copy link
    Contributor

    New changeset 998ae1f by Setrak Balian in branch 'master':
    bpo-42931: randbytes missing from random.__all__ (GH-24219)
    998ae1f

    @rhettinger
    Copy link
    Contributor

    New changeset 17c1f0c by Miss Islington (bot) in branch '3.9':
    bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
    17c1f0c

    @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 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant