projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af85f46
)
Merged revisions 82047 via svnmerge from
author
Senthil Kumaran
<orsenthil@gmail.com>
Thu, 17 Jun 2010 16:41:47 +0000
(16:41 +0000)
committer
Senthil Kumaran
<orsenthil@gmail.com>
Thu, 17 Jun 2010 16:41:47 +0000
(16:41 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk
........
r82047 | senthil.kumaran | 2010-06-17 22:08:34 +0530 (Thu, 17 Jun 2010) | 3 lines
Fix Issue4452 - Incorrect docstring of os.setpgrp
........
Modules/posixmodule.c
patch
|
blob
|
history
diff --git
a/Modules/posixmodule.c
b/Modules/posixmodule.c
index eb93ae0e83598449f248744fe0f4bea48a4d8998..46ee716494761f1bef76cf3172ca6eaa1d6ae34e 100644
(file)
--- a/
Modules/posixmodule.c
+++ b/
Modules/posixmodule.c
@@
-3940,7
+3940,7
@@
posix_getpgrp(PyObject *self, PyObject *noargs)
#ifdef HAVE_SETPGRP
PyDoc_STRVAR(posix_setpgrp__doc__,
"setpgrp()\n\n\
-Make this process
a session
leader.");
+Make this process
the process group
leader.");
static PyObject *
posix_setpgrp(PyObject *self, PyObject *noargs)