From 41194973be3d0974521c86f18affa4e53904f10e Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sun, 10 Aug 2008 15:53:51 +0000 Subject: Bug 546120 – make gio.File more Pythonic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-10 Paul Pogonyshev Bug 546120 – make gio.File more Pythonic * gio/gfile.override (_wrap_g_file_tp_richcompare) (_wrap_g_file_tp_hash, _wrap_g_file_tp_repr): New functions. * tests/test_gio.py (TestFile.test_eq, TestFile.test_hash): New tests. svn path=/trunk/; revision=939 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e95a9ee..1cc6502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-10 Paul Pogonyshev + + Bug 546120 – make gio.File more Pythonic + + * gio/gfile.override (_wrap_g_file_tp_richcompare) + (_wrap_g_file_tp_hash, _wrap_g_file_tp_repr): New functions. + + * tests/test_gio.py (TestFile.test_eq, TestFile.test_hash): New + tests. + 2008-08-10 Paul Pogonyshev Bug 547104 – improve runtime type wrapper creation -- cgit