summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-10-24 19:47:15 +0000
committersteven.bethard <devnull@localhost>2009-10-24 19:47:15 +0000
commitc8c0bf920a6a527e6f7ed936260c743871c6a634 (patch)
tree39b29222b428a2199cc555b53c80200f1df74ed8 /NEWS.txt
parentc24b8c04f07fc5abbb1d9bc44ea4e0bdc013a631 (diff)
downloadargparse-c8c0bf920a6a527e6f7ed936260c743871c6a634.tar.gz
Allow better custom type error messages using ArgumentTypeError.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 647bbef..099b916 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,7 @@ What's New in argparse 1.1
==========================
- Issue #22: Support more customization of version arguments.
+- Issue #34: Allow better custom type error messages using ArgumentTypeError.
- Issue #36: Get "from argparse import *" working.
- Issue #37: Stop treating two character alphanumeric flags as numbers.
- Issue #38: Better error messages when 'dest' occurs twice for positional arguments.