From b1bbb11a9648293a344f5e3739517aaf67ebc0eb Mon Sep 17 00:00:00 2001 From: "steven.bethard" Date: Tue, 15 Sep 2009 05:55:06 +0000 Subject: Add NEWS file. --- NEWS.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NEWS.txt (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt new file mode 100644 index 0000000..8e8c83b --- /dev/null +++ b/NEWS.txt @@ -0,0 +1,11 @@ +What's New in argparse 1.0.1 +============================ + +- Issue #21: Stop rejecting classic classes as type= arguments. +- Issue #24: Improve error messages when nargs=0 for store and append actions. +- Issue #25 and #17: Silence Python 2.6 buggy Exception.message warnings. +- Issue #27: Stop dropping mutually exclusive groups from parents= arguments. +- Issue #28: Set svn:eol-style=native properly for text files. +- Wrap long prog= values properly. +- Make sure literal % can be used in help messages. +- Add a NEWS file. -- cgit v1.2.1