diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-03-22 18:14:01 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-22 18:14:01 +0000 |
| commit | c27ae2b634dc06b1242ac7a9368d11945a4e1783 (patch) | |
| tree | 6df83df006616945e974ceef542906a84bb1ae44 /ChangeLog | |
| parent | 6ee167447336570b83e41ca2c4216d6e9058fd43 (diff) | |
| download | pygobject-c27ae2b634dc06b1242ac7a9368d11945a4e1783.tar.gz pygobject-c27ae2b634dc06b1242ac7a9368d11945a4e1783.tar.xz pygobject-c27ae2b634dc06b1242ac7a9368d11945a4e1783.zip | |
Make read_finish() return the string, remove the get_buffer method. This
2008-03-22 Johan Dahlin <johan@gnome.org>
* gio/ginputstream.override:
* gio/gio.override:
* tests/test_gio.py:
Make read_finish() return the string, remove the get_buffer method.
This is more pythonic, as it mimics the normal read() behavior of
python.
Update the tests and use a separate marshaller for read.
svn path=/trunk/; revision=753
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-03-22 Johan Dahlin <johan@gnome.org> + + * gio/ginputstream.override: + * gio/gio.override: + * tests/test_gio.py: + + Make read_finish() return the string, remove the get_buffer method. + This is more pythonic, as it mimics the normal read() behavior of + python. + Update the tests and use a separate marshaller for read. + 2008-03-21 Johan Dahlin <johan@gnome.org> * gobject/__init__.py: |
