[Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 (original) (raw)
[Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
Nick Coghlan ncoghlan at gmail.com
Sun Jan 12 08:53:20 CET 2014
- Previous message: [Python-Dev] cpython (3.3): Update Sphinx toolchain.
- Next message: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12 January 2014 16:22, senthil.kumaran <python-checkins at 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 | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] cpython (3.3): Update Sphinx toolchain.
- Next message: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]