summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-04-27 18:47:56 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-04-27 18:47:56 +0000
commit486a4d74244dcb7277710b8139f16be46a06492a (patch)
treeef0f7335f4a0112682ed0b9cd415a4ea41541e30 /ChangeLog
parent8ea1bbdbd9b9e44e61e132b9cdc92517adff35a8 (diff)
downloadpygobject-486a4d74244dcb7277710b8139f16be46a06492a.tar.gz
pygobject-486a4d74244dcb7277710b8139f16be46a06492a.tar.xz
pygobject-486a4d74244dcb7277710b8139f16be46a06492a.zip
Fix: raise warning as exception if asked by PyErr_Warn().
2008-04-27 Paul Pogonyshev <pogonyshev@gmx.net> * gobject/pygenum.c (pyg_enum_richcompare): Fix: raise warning as exception if asked by PyErr_Warn(). * gobject/pygflags.c (pyg_flags_richcompare): Don't return NULL after warning; more useful warning message. (#480424, borrowing code by Mark Doffman) svn path=/trunk/; revision=779
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7007a12..2d259e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-27 Paul Pogonyshev <pogonyshev@gmx.net>
+
+ * gobject/pygenum.c (pyg_enum_richcompare): Fix: raise warning as
+ exception if asked by PyErr_Warn().
+
+ * gobject/pygflags.c (pyg_flags_richcompare): Don't return NULL
+ after warning; more useful warning message.
+
+ (#480424, borrowing code by Mark Doffman)
+
2008-04-21 Johan Dahlin <johan@gnome.org>
* codegen/h2def.py: Update link to defs format discussion