summaryrefslogtreecommitdiff
path: root/NEWS.txt
blob: 8e8c83b4d4accf894ade48f98d3ef9780a36088b (plain)
1
2
3
4
5
6
7
8
9
10
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.