summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-10-24 15:54:32 +0000
committersteven.bethard <devnull@localhost>2009-10-24 15:54:32 +0000
commit57dee9ad3d9f5621f7136988d167edcce2db6100 (patch)
tree7062a1fd4d2d2dd8426504be1b7c356fb0a81682 /NEWS.txt
parentbc9332c5e33065a637797d739363236b01eb57d3 (diff)
downloadargparse-57dee9ad3d9f5621f7136988d167edcce2db6100.tar.gz
Better error messages when 'dest' occurs twice for positional arguments
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 4e527c4..60ed0c9 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,7 @@ What's New in argparse 1.1
- 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
- Issue #39: Better error messages for invalid actions