diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-28 22:06:26 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-28 22:06:26 +0000 |
| commit | 05461cad1d58f4c0de73a63a69f260a01286e08e (patch) | |
| tree | 159dd7ab7b5f46d648e42a346eedbba471c247fd /ChangeLog | |
| parent | 6151bbd9f69c6131be611267c887eb130607e569 (diff) | |
| download | pygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.tar.gz pygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.tar.xz pygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.zip | |
Add a new example
2008-07-29 Johan Dahlin <johan@gnome.org>
* examples/gio/downloader.py:
Add a new example
* gio/ginputstream.override:
Use a string internally instead of a PyStringObject when
in read_async. Create a new python string in finish and
honor the number of bytes read.
svn path=/trunk/; revision=892
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-07-29 Johan Dahlin <johan@gnome.org> + + * examples/gio/downloader.py: + Add a new example + + * gio/ginputstream.override: + Use a string internally instead of a PyStringObject when + in read_async. Create a new python string in finish and + honor the number of bytes read. + 2008-07-28 Johan Dahlin <johan@gnome.org> * glib/pyglib-python-compat.h: |
