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: Remove useless _vb_pattern parameter in cgi.valid_boundary
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Eijebong, python-dev
Priority: normal Keywords: patch

Created on 2014-04-02 20:03 by Eijebong, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
valid_boundary.patch Eijebong, 2014-04-02 20:03 review
Messages (2)
msg215396 - (view) Author: Bastien Orivel (Eijebong) * Date: 2014-04-02 20:03
The parameter _vb_pattern parameter in cgi.valid_boundary has no reason to exist since it's forced to a value later.
msg215449 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-04-03 14:22
New changeset 54bd06097619 by Benjamin Peterson in branch '3.4':
remove unused argument (closes #21135)
http://hg.python.org/cpython/rev/54bd06097619

New changeset 2299cb5e8592 by Benjamin Peterson in branch 'default':
merge 3.4 (#21135)
http://hg.python.org/cpython/rev/2299cb5e8592
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65334
2014-04-03 14:22:29python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg215449

resolution: fixed
stage: resolved
2014-04-02 20:03:45Eijebongcreate