summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2011-01-24 20:40:15 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2011-01-24 20:40:15 (GMT)
commitf8583acb534432097671e79eb4110b9861dd2e17 (patch)
tree1287cc0567d1e65b5b6edfc868a5fa0f577f7cff /Misc
parentcdb8388cad74e0f2910d5b43531daf6271467292 (diff)
downloadcpython-f8583acb534432097671e79eb4110b9861dd2e17.zip
cpython-f8583acb534432097671e79eb4110b9861dd2e17.tar.gz
cpython-f8583acb534432097671e79eb4110b9861dd2e17.tar.bz2
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f77b603..42ce636 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,9 @@ Library
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
-----------------