summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2010-02-28 08:04:33 +0000
committersteven.bethard <devnull@localhost>2010-02-28 08:04:33 +0000
commitf34cf60cfcb22c8929543411c15fe662849e4a6a (patch)
tree547faf1668ffccad95edbb76ab41f1dd6aed70d8 /NEWS.txt
parent22948d838fa22c160682419b4be9be7f421c5e39 (diff)
downloadargparse-f34cf60cfcb22c8929543411c15fe662849e4a6a.tar.gz
Allow single character options, e.g. '-' and '+'.
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 c4859b5..98c7139 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -8,6 +8,7 @@ What's New in argparse 1.1
- Issue #38: Better error messages when 'dest' occurs twice for positional arguments.
- Issue #39: Better error messages for invalid actions.
- Issue #43: Deprecate ArgumentParser(..., version=XXX, ...) and friends.
+- Issue #46: Allow single character options, e.g. '-' and '+'.
- Namespace objects now support "in" (i.e. __contains__).
- Usage and help (but not version) messages are written to stdout, not stderr.