summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2014-12-15 18:50:18 +0100
committerThomas Waldmann <tw AT waldmann-edv DOT de>2014-12-15 18:50:18 +0100
commitec94cd429c56487e89425f226284009f78a596c6 (patch)
tree53e1ce21c871ccf17c42393ddb19d9eb028928ed
parent0c626aade1b2c0f18ee37916b015fa9eaf93a925 (diff)
downloadargparse-ec94cd429c56487e89425f226284009f78a596c6.tar.gz
update NEWSr130
-rw-r--r--NEWS.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 1624743..c5d82bc 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,16 @@
What's New
==========
+argparse 1.3.0
+--------------
+
+- added aliases support (thanks to Roland Kammerer!) + tests for it
+- use tox for testing python >= 2.6
+- tests successfully on 3.4 also (without random hash seed)
+- added argparse.__external_lib__ = True so one can test one is really using /
+ testing the external library (and not the builtin one in stdlib of recent
+ Pythons)
+
argparse 1.2.2
--------------