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
-------
++<<<<<<< local
+- Issue #20152: Ported Python/import.c over to Argument Clinic.
++=======
+ - Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an
+ Invalid fileobj.
+
+ - Issue #20217: Fix build in SCHED_SPORADIC is defined.
++>>>>>>> other
- Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS. Based on patch by