Navigation Menu

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

Seperate error message for discontinuous padding in binascii.a2b_base64 strict mode #88844

Closed
idan22moral mannequin opened this issue Jul 19, 2021 · 3 comments
Closed
Labels
3.11 only security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@idan22moral
Copy link
Mannequin

idan22moral mannequin commented Jul 19, 2021

BPO 44678
Nosy @gpshead, @Fidget-Spinner, @akulakov, @idan22moral
PRs
  • bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode #27249
  • 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 2021-11-28.22:13:02.398>
    created_at = <Date 2021-07-19.18:32:53.988>
    labels = ['extension-modules', 'type-feature', 'library', '3.11']
    title = 'Seperate error message for discontinuous padding in binascii.a2b_base64 strict mode'
    updated_at = <Date 2021-11-28.22:13:02.394>
    user = 'https://github.com/idan22moral'

    bugs.python.org fields:

    activity = <Date 2021-11-28.22:13:02.394>
    actor = 'andrei.avk'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-11-28.22:13:02.398>
    closer = 'andrei.avk'
    components = ['Extension Modules', 'Library (Lib)']
    creation = <Date 2021-07-19.18:32:53.988>
    creator = 'idan22moral'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44678
    keywords = ['patch']
    message_count = 3.0
    messages = ['397831', '397843', '407237']
    nosy_count = 4.0
    nosy_names = ['gregory.p.smith', 'kj', 'andrei.avk', 'idan22moral']
    pr_nums = ['27249']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue44678'
    versions = ['Python 3.11']

    @idan22moral
    Copy link
    Mannequin Author

    idan22moral mannequin commented Jul 19, 2021

    This is a follow-up PR to bpo-24402.

    It should address @gpshead's last comment on the subject:
    #24402 (comment)

    Original issue: https://bugs.python.org/issue43086
    Original PR: #24402

    @idan22moral idan22moral mannequin added 3.11 only security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jul 19, 2021
    @gpshead
    Copy link
    Member

    gpshead commented Jul 19, 2021

    New changeset 366fcba by Idan Moral in branch 'main':
    bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode (GH-27249)
    366fcba

    @akulakov
    Copy link
    Contributor

    Looks like it's fixed so closing it..

    @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.11 only security fixes extension-modules C modules in the Modules dir 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