summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2008-05-21 10:43:56 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2008-05-21 10:43:56 +0000
commit20f32c36cdf6f12b54f815c9264a10b2058d982b (patch)
treef32f7062c186da250a254eb8e7223ec8049fa3e7 /ChangeLog
parent486a4d74244dcb7277710b8139f16be46a06492a (diff)
downloadpygobject-20f32c36cdf6f12b54f815c9264a10b2058d982b.tar.gz
pygobject-20f32c36cdf6f12b54f815c9264a10b2058d982b.tar.xz
pygobject-20f32c36cdf6f12b54f815c9264a10b2058d982b.zip
Accept None for the child_setup parameter of gobject.spawn_async(). Also
* gobject/gobjectmodule.c (pyg_spawn_async): Accept None for the child_setup parameter of gobject.spawn_async(). Also check that it is callable. svn path=/trunk/; revision=780
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d259e3..c85aa5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-21 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gobject/gobjectmodule.c (pyg_spawn_async): Accept None for the
+ child_setup parameter of gobject.spawn_async(). Also check that
+ it is callable.
+
2008-04-27 Paul Pogonyshev <pogonyshev@gmx.net>
* gobject/pygenum.c (pyg_enum_richcompare): Fix: raise warning as