summaryrefslogtreecommitdiff
path: root/NEWS.txt
blob: 60ed0c9187982a3352c7839f66e41dc00d54dc77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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


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.