summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 22:53:40 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 22:53:40 +0200
commite46e13751ebf91dc79a292c0bfe8d427fbc862e6 (patch)
tree9fa98ea406fa379cfdfa47befaeb7c5c85eaf6c1
parentc9b3f9b32949cb7dd798e7d1aedbeeef064aa4b1 (diff)
downloadargparse-e46e13751ebf91dc79a292c0bfe8d427fbc862e6.tar.gz
updated NEWS
-rw-r--r--NEWS.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index e8badc5..9494c3f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,15 @@
-What's New in argparse 1.2
-==========================
+What's New
+==========
+
+argparse 1.2.1
+--------------
+
+- fixed Issue #82: argparse 1.2 incompatible with Python 3.1
+- hacked the tests so they don't have the minor failures that were caused
+ by the compatibility stuff for python 2.3 and 3.1
+
+argparse 1.2
+------------
- fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code