This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Seperate error message for discontinuous padding in binascii.a2b_base64 strict mode
Type: enhancement Stage: resolved
Components: Extension Modules, Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: andrei.avk, gregory.p.smith, idan22moral, kj
Priority: normal Keywords: patch

Created on 2021-07-19 18:32 by idan22moral, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 27249 merged idan22moral, 2021-07-19 18:42
Messages (3)
msg397831 - (view) Author: Idan Moral (idan22moral) * Date: 2021-07-19 18:32
This is a follow-up PR to #24402.

It should address @gpshead's last comment on the subject:
https://github.com/python/cpython/pull/24402#issuecomment-882699002

Original issue: https://bugs.python.org/issue43086
Original PR: https://github.com/python/cpython/pull/24402
msg397843 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2021-07-19 22:42
New changeset 366fcbac18e3adc41e3901580dbedb6a91e41a10 by Idan Moral in branch 'main':
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode (GH-27249)
https://github.com/python/cpython/commit/366fcbac18e3adc41e3901580dbedb6a91e41a10
msg407237 - (view) Author: Andrei Kulakov (andrei.avk) * (Python triager) Date: 2021-11-28 22:13
Looks like it's fixed so closing it..
History
Date User Action Args
2022-04-11 14:59:47adminsetgithub: 88844
2021-11-28 22:13:02andrei.avksetstatus: open -> closed

nosy: + kj, andrei.avk
messages: + msg407237

resolution: fixed
stage: patch review -> resolved
2021-07-19 22:42:31gregory.p.smithsetmessages: + msg397843
2021-07-19 18:42:11idan22moralsetkeywords: + patch
stage: patch review
pull_requests: + pull_request25797
2021-07-19 18:33:16idan22moralsettype: enhancement
2021-07-19 18:32:53idan22moralcreate