summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2011-01-24 21:02:50 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2011-01-24 21:02:50 (GMT)
commitb02701101b94bda88179652b0133557baa801368 (patch)
tree4e39189e5645d3c9e8bf68472e89998dbf5e83a4 /Misc
parent2a6ac15f263c58842c5be9398da9cc78d3516988 (diff)
downloadcpython-b02701101b94bda88179652b0133557baa801368.zip
cpython-b02701101b94bda88179652b0133557baa801368.tar.gz
cpython-b02701101b94bda88179652b0133557baa801368.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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 036e562..b6b953e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Library
that for incoming headers which makes this behaviour now consistent in
both incoming and outgoing direction.
+- Issue #9509: argparse now properly handles IOErrors raised by
+ argparse.FileType.
What's New in Python 3.2 Release Candidate 1
============================================