Add packaging files
[platform/upstream/python3-argparse.git] / NEWS.txt
1 What's New\r
2 ==========\r
3 \r
4 argparse 1.4.0\r
5 --------------\r
6 \r
7 - make argparse behave for default args aka\r
8   issue #12776, #11839: call argparse type function only once.\r
9 - move to github:ThomasWaldmann/argparse\r
10 - add TW as maintainer / give TW's email\r
11 - add some usecase to README, clarify issue tracking\r
12 - add a note to tox.ini about testing on dead snakes\r
13 \r
14 argparse 1.3.0\r
15 --------------\r
16 \r
17 - added aliases support (thanks to Roland Kammerer!) + tests for it\r
18 - use tox for testing python >= 2.6\r
19 - tests successfully on 3.4 also (without random hash seed)\r
20 - added argparse.__external_lib__ = True so one can test one is really using /\r
21   testing the external library (and not the builtin one in stdlib of recent\r
22   Pythons)\r
23 \r
24 argparse 1.2.2\r
25 --------------\r
26 \r
27 - added universal wheel support, built, signed and uploaded with:\r
28   python setup.py sdist bdist_wheel upload --identity="Thomas Waldmann" --sign\r
29 - host the files on pypi\r
30 \r
31 argparse 1.2.1\r
32 --------------\r
33 \r
34 - fixed Issue #82: argparse 1.2 incompatible with Python 3.1\r
35 - hacked the tests so they don't have the minor failures that were caused\r
36   by the compatibility stuff for python 2.3 and 3.1\r
37 \r
38 argparse 1.2\r
39 ------------\r
40 \r
41 - fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code\r
42 - fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code\r
43 \r