From 83b468fdf8301da3653032c28b6685f0ef5986f8 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Mon, 11 Aug 2008 20:17:12 +0000 Subject: Bug 547104 – improve type wrapper creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-11 Paul Pogonyshev Bug 547104 – improve type wrapper creation * gio/gappinfo.override (_wrap_g_app_info_tp_richcompare) (_wrap_g_app_info_tp_repr): New functions. * tests/test_gio.py (TestAppInfo.test_eq): New test. svn path=/trunk/; revision=941 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a24749b..f3d139e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-11 Paul Pogonyshev + + Bug 547104 – improve type wrapper creation + + * gio/gappinfo.override (_wrap_g_app_info_tp_richcompare) + (_wrap_g_app_info_tp_repr): New functions. + + * tests/test_gio.py (TestAppInfo.test_eq): New test. + 2008-08-11 Paul Pogonyshev Bug 547104 – improve type wrapper creation -- cgit