From bb8fa613012bfa6337e1ae1bb6eb0bbfa00e397c Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Tue, 12 Aug 2008 20:06:30 +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/gio.defs (read_line, read_until): Document. * gio/ginputstream.override (_wrap_g_data_input_stream_read_line) (_wrap_g_data_input_stream_read_until): New functions. svn path=/trunk/; revision=947 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd7549e..e6de6b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * tests/test_gio.py (TestDataInputStream): New test case. + * gio/gio.defs (read_line, read_until): Document. + * gio/ginputstream.override (_wrap_g_data_input_stream_read_line) (_wrap_g_data_input_stream_read_until): New functions. -- cgit