chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
utils.pyx (_getfd): Hack around Pyrex exception-handling bugs.
[mLib-python]
/
stuff.pyx
diff --git
a/stuff.pyx
b/stuff.pyx
index e18e367e2e729353641a9528146232f055d240d9..dcb8a9ce3211fd79d2fdba7809ee73312dfc8c84 100644
(file)
--- a/
stuff.pyx
+++ b/
stuff.pyx
@@
-24,9
+24,11
@@
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
def detachtty():
+ """detachtty(): detach from terminal and fork"""
_detachtty()
def daemonize():
+ """daemonize(): become a daemon"""
if _daemonize():
_oserror()