Re: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an

2014-01-12 Thread Senthil Kumaran
On Sat, Jan 11, 2014 at 11:53 PM, Nick Coghlan ncogh...@gmail.com wrote:

 You may want to tweak the tracker so the comment ends up on the
 appropriate issue (#19092 is something else entirely)


Yes. This was supposed to be #19097.  My bad.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an

2014-01-11 Thread Nick Coghlan
On 12 January 2014 16:22, senthil.kumaran python-check...@python.org wrote:
 summary:
   Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
 invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage
 object.

  Library
  ---

 +- Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an
 +  Invalid fileobj.

You may want to tweak the tracker so the comment ends up on the
appropriate issue (#19092 is something else entirely)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com