[Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12529 - cgi.parse_header failure on double quotes and

Nick Coghlan ncoghlan at gmail.com
Wed Oct 19 23:17:10 CEST 2011


On Thu, Oct 20, 2011 at 2:53 AM, senthil.kumaran
<python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/489237756488
> changeset:   72988:489237756488
> branch:      2.7
> parent:      72984:86e3943d0d5b
> user:        Senthil Kumaran <senthil at uthcode.com>
> date:        Thu Oct 20 00:52:24 2011 +0800
> summary:
>  Fix closes Issue12529 - cgi.parse_header failure on double quotes and
> semicolons. Patch by Ben Darnell and Petri Lehtinen.
>
> files:
>  Lib/cgi.py           |  2 +-
>  Lib/test/test_cgi.py |  3 +++
>  2 files changed, 4 insertions(+), 1 deletions(-)

NEWS entry? (same question for the later _sre fix)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list