From f34cf60cfcb22c8929543411c15fe662849e4a6a Mon Sep 17 00:00:00 2001 From: "steven.bethard" Date: Sun, 28 Feb 2010 08:04:33 +0000 Subject: Allow single character options, e.g. '-' and '+'. --- NEWS.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS.txt') 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. -- cgit v1.2.1