commit | f8583acb534432097671e79eb4110b9861dd2e17 | [log] [tgz] |
---|---|---|
author | Steven Bethard <steven.bethard@gmail.com> | Mon Jan 24 20:40:15 2011 +0000 |
committer | Steven Bethard <steven.bethard@gmail.com> | Mon Jan 24 20:40:15 2011 +0000 |
tree | 1287cc0567d1e65b5b6edfc868a5fa0f577f7cff | |
parent | cdb8388cad74e0f2910d5b43531daf6271467292 [diff] [blame] |
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
diff --git a/Misc/NEWS b/Misc/NEWS index f77b603..42ce636 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -140,6 +140,9 @@ OSError exception when The OS had been told to ignore SIGCLD in our process or otherwise not wait for exiting child processes. +- Issue #9509: argparse now properly handles IOErrors raised by + argparse.FileType. + Extension Modules -----------------