From 05461cad1d58f4c0de73a63a69f260a01286e08e Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 28 Jul 2008 22:06:26 +0000 Subject: Add a new example 2008-07-29 Johan Dahlin * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 861933f..039cafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-07-29 Johan Dahlin + + * 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 * glib/pyglib-python-compat.h: -- cgit