]> granicus.if.org Git - python/commit
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 12 Jan 2014 06:20:16 +0000 (22:20 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 12 Jan 2014 06:20:16 +0000 (22:20 -0800)
commitb4cbb92fbe6290c3574e73288de9e9cbb60b7688
tree9714adc7666487a741be49eb94bb81bfb9b87365
parent5636eb7b93cb1364fb099f77fc43de75aef658fc
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.
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS