summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-14 17:51:47 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-14 17:51:47 +0000
commitcb01e059cd106143137e9531978b5e157234a557 (patch)
tree56ce4beb8c0d90a1916dc8b0566127bd4e53a39f /ChangeLog
parentd6f96e778586ad09e1dad7e17cab9e841ab96ecf (diff)
Warn if io callback returns None: almost always this is an error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a329971..29a2886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-14 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gobject/gobjectmodule.c (iowatch_marshal): Warn if io callback
+ returns None: almost always this is an error.
+
2006-01-13 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gobject/pygobject.c (pygobject_register_class): Change strategy