GNOME Bugzilla – Bug 547484
wrap gio.DataInputStream.read_line and ...read_until
Last modified: 2008-08-12 20:07:45 UTC
Patch follows.
Created attachment 116451 [details] [review] the methods + test cases Note that one test is currently disabled because there appears to be bug in GIO itself (bug 547481).
Comment on attachment 116451 [details] [review] the methods + test cases Just missing documentation...
Noticed your comment too late. Committed in two batches: Sending ChangeLog Sending gio/ginputstream.override Sending tests/test_gio.py Transmitting file data ... Committed revision 946. Sending ChangeLog Sending gio/gio.defs Transmitting file data .. Committed revision 947. 2008-08-12 Paul Pogonyshev <pogonyshev@gmx.net> 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.