From 9ecb2ef1203b8667f4c05798f5bf9306f599bbab Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Tue, 12 Aug 2008 20:00:48 +0000 Subject: Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-12 Paul Pogonyshev Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until * tests/test_gio.py (TestDataInputStream): New test case. * gio/ginputstream.override (_wrap_g_data_input_stream_read_line) (_wrap_g_data_input_stream_read_until): New functions. svn path=/trunk/; revision=946 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b2f722..cd7549e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-12 Paul Pogonyshev + + Bug 547484 – wrap gio.DataInputStream.read_line and ...read_until + + * tests/test_gio.py (TestDataInputStream): New test case. + + * gio/ginputstream.override (_wrap_g_data_input_stream_read_line) + (_wrap_g_data_input_stream_read_until): New functions. + 2008-08-12 Paul Pogonyshev Bug 547354 – wrap a few memory stream methods -- cgit