summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2007-11-06 08:55:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-11-06 08:55:56 +0000
commit825d8de9a85f60a4d747e5cf4531c0ac761cfa13 (patch)
tree1ed13dd58a05ccc7fa8aeea36156349a26e86d06 /ChangeLog
parent1b8078ba1c1c027a8c7f3b0e1a32dd03c6e26857 (diff)
downloadpygobject-825d8de9a85f60a4d747e5cf4531c0ac761cfa13.tar.gz
pygobject-825d8de9a85f60a4d747e5cf4531c0ac761cfa13.tar.xz
pygobject-825d8de9a85f60a4d747e5cf4531c0ac761cfa13.zip
Merge in values from all groups to the global option group. Slice up args
2007-11-06 Johan Dahlin <johan@gnome.org> * gobject/option.py (OptionParser.parse_args): Merge in values from all groups to the global option group. Slice up args so it doesn't return too much. * tests/test_option.py: Refactor to be unittesty, Add new tests to test what options returns. svn path=/trunk/; revision=717
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93aaa53..37acecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-06 Johan Dahlin <johan@gnome.org>
+
+ * gobject/option.py (OptionParser.parse_args): Merge in values
+ from all groups to the global option group. Slice up args
+ so it doesn't return too much.
+
+ * tests/test_option.py: Refactor to be unittesty,
+ Add new tests to test what options returns.
+
2007-11-05 Johan Dahlin <johan@gnome.org>
* gobject/pygobject.h: