diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2007-05-02 00:12:31 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-05-02 00:12:31 +0000 |
| commit | 784da2ea28089d662f7ab122ba401b66953c52f4 (patch) | |
| tree | 29cebb12a6fa363ef366da59f7c4da8681c29dfe /ChangeLog | |
| parent | 4ddb6f3b99d4b98eb81eb6e0940aba48b5841947 (diff) | |
| download | pygobject-784da2ea28089d662f7ab122ba401b66953c52f4.tar.gz pygobject-784da2ea28089d662f7ab122ba401b66953c52f4.tar.xz pygobject-784da2ea28089d662f7ab122ba401b66953c52f4.zip | |
Store property values in the descriptor per instance, add a test.
* gobject/propertyhelper.py:
* tests/test_properties.py:
Store property values in the descriptor per instance, add a test.
svn path=/trunk/; revision=665
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-05-01 Johan Dahlin <johan@gnome.org> + * gobject/propertyhelper.py: + * tests/test_properties.py: + + Store property values in the descriptor per instance, add a test. + * examples/properties.py: * gobject/Makefile.am: * gobject/__init__.py: |
