diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-01-12 06:20:16 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-01-12 06:20:16 (GMT) |
commit | b4cbb92fbe6290c3574e73288de9e9cbb60b7688 (patch) | |
tree | 9714adc7666487a741be49eb94bb81bfb9b87365 /Misc | |
parent | 5636eb7b93cb1364fb099f77fc43de75aef658fc (diff) | |
download | cpython-b4cbb92fbe6290c3574e73288de9e9cbb60b7688.zip cpython-b4cbb92fbe6290c3574e73288de9e9cbb60b7688.tar.gz cpython-b4cbb92fbe6290c3574e73288de9e9cbb60b7688.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Core and Builtins Library ------- +- Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an + Invalid fileobj. + - Issue #20217: Fix build in SCHED_SPORADIC is defined. - Issue #13107: argparse and optparse no longer raises an exception when output |