[issue21135] Remove useless _vb_pattern parameter in cgi.valid_boundary

2014-04-03 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21135
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21135] Remove useless _vb_pattern parameter in cgi.valid_boundary

2014-04-02 Thread Eijebong

New submission from Eijebong:

The parameter _vb_pattern parameter in cgi.valid_boundary has no reason to 
exist since it's forced to a value later.

--
components: Library (Lib)
files: valid_boundary.patch
keywords: patch
messages: 215396
nosy: Eijebong
priority: normal
severity: normal
status: open
title: Remove useless _vb_pattern parameter in cgi.valid_boundary
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file34703/valid_boundary.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21135
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com