After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143980 - It would be nice to bind g_spawn_*
It would be nice to bind g_spawn_*
Status: RESOLVED NOTABUG
Product: pygobject
Classification: Bindings
Component: gobject
2.9.0
Other Linux
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-08 21:24 UTC by Jonathan Blandford
Modified: 2006-01-09 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Blandford 2004-06-08 21:24:55 UTC
Currently, the g_spawn set of commands from glib aren't bound in python.  They
can be more useful than popen, as they have a more flexible API.  In particular,
the option flags and the child_setup command are nice.
Comment 1 Gustavo Carneiro 2004-07-04 13:39:02 UTC
g_spawn is just a duplication of standard python functionality.  PyGtk's policy
is not to do that.  Python 2.4 will have a new improved popen API. See
http://www.python.org/peps/pep-0324.html

-1
Comment 2 Jonathan Blandford 2004-07-04 14:09:26 UTC
That PEP covers everything I want from g_spawn.