diff options
| author | Johan Dahlin <johan@gnome.org> | 2007-11-06 08:55:56 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-11-06 08:55:56 +0000 |
| commit | 825d8de9a85f60a4d747e5cf4531c0ac761cfa13 (patch) | |
| tree | 1ed13dd58a05ccc7fa8aeea36156349a26e86d06 /ChangeLog | |
| parent | 1b8078ba1c1c027a8c7f3b0e1a32dd03c6e26857 (diff) | |
| download | pygobject-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |
