diff options
author | Georg Brandl <georg@python.org> | 2010-10-06 07:08:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-06 07:08:53 (GMT) |
commit | c06f34fa9b089a9211151051236029e6531bd416 (patch) | |
tree | f259a2e78eb5d4f95402cd9bda7877f4f1625d33 /Doc/library/os.rst | |
parent | 48a866c9ee3bd36f0eebcb608befbb6146352789 (diff) | |
download | cpython-c06f34fa9b089a9211151051236029e6531bd416.zip cpython-c06f34fa9b089a9211151051236029e6531bd416.tar.gz cpython-c06f34fa9b089a9211151051236029e6531bd416.tar.bz2 |
Merged revisions 76368-76369,76560 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
................
r76368 | georg.brandl | 2009-11-18 19:53:14 +0100 (Mi, 18 Nov 2009) | 9 lines
Merged revisions 76367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76367 | georg.brandl | 2009-11-18 18:52:35 +0000 (Mi, 18 Nov 2009) | 1 line
Make separate section for deprecations in 2.7 whatsnew.
........
................
r76369 | georg.brandl | 2009-11-18 19:53:54 +0100 (Mi, 18 Nov 2009) | 9 lines
Merged revisions 76366 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76366 | georg.brandl | 2009-11-18 18:52:23 +0000 (Mi, 18 Nov 2009) | 1 line
Make separate section for deprecations in 2.6 whatsnew.
........
................
r76560 | georg.brandl | 2009-11-28 12:12:26 +0100 (Sa, 28 Nov 2009) | 9 lines
Merged revisions 76559 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76559 | georg.brandl | 2009-11-28 12:11:50 +0100 (Sa, 28 Nov 2009) | 1 line
Fix versions and spacing.
........
................
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2fb8cd6..9635d8a 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -311,7 +311,6 @@ process and user. .. function:: setreuid(ruid, euid) - Set the current process's real and effective user ids. Availability: Unix. |