diff options
| author | Paul Pogonyshev <pogonyshev@gmx.net> | 2008-04-27 18:47:56 +0000 |
|---|---|---|
| committer | Paul Pogonyshev <paulp@src.gnome.org> | 2008-04-27 18:47:56 +0000 |
| commit | 486a4d74244dcb7277710b8139f16be46a06492a (patch) | |
| tree | ef0f7335f4a0112682ed0b9cd415a4ea41541e30 /ChangeLog | |
| parent | 8ea1bbdbd9b9e44e61e132b9cdc92517adff35a8 (diff) | |
| download | pygobject-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
