mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	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. ........
This commit is contained in:
		
							parent
							
								
									cf02c6a4ce
								
							
						
					
					
						commit
						1b83a45f90
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		|  | @ -196,19 +196,22 @@ process and user. | ||||||
| 
 | 
 | ||||||
|    Return the parent's process id. Availability: Unix. |    Return the parent's process id. Availability: Unix. | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| .. function:: getresuid() | .. function:: getresuid() | ||||||
| 
 | 
 | ||||||
|    Return a tuple (ruid, euid, suid) denoting the current process's |    Return a tuple (ruid, euid, suid) denoting the current process's | ||||||
|    real, effective, and saved user ids. Availability: Unix. |    real, effective, and saved user ids. Availability: Unix. | ||||||
| 
 | 
 | ||||||
|    .. versionadded:: 2.7/3.2 |    .. versionadded:: 3.2 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| .. function:: getresgid() | .. function:: getresgid() | ||||||
| 
 | 
 | ||||||
|    Return a tuple (rgid, egid, sgid) denoting the current process's |    Return a tuple (rgid, egid, sgid) denoting the current process's | ||||||
|    real, effective, and saved user ids. Availability: Unix. |    real, effective, and saved user ids. Availability: Unix. | ||||||
| 
 | 
 | ||||||
|    .. versionadded:: 2.7/3.2 |    .. versionadded:: 3.2 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| .. function:: getuid() | .. function:: getuid() | ||||||
| 
 | 
 | ||||||
|  | @ -284,19 +287,22 @@ process and user. | ||||||
| 
 | 
 | ||||||
|    Set the current process's real and effective group ids. Availability: Unix. |    Set the current process's real and effective group ids. Availability: Unix. | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| .. function:: setresgid(rgid, egid, sgid) | .. function:: setresgid(rgid, egid, sgid) | ||||||
| 
 | 
 | ||||||
|    Set the current process's real, effective, and saved group ids. |    Set the current process's real, effective, and saved group ids. | ||||||
|    Availability: Unix. |    Availability: Unix. | ||||||
| 
 | 
 | ||||||
|    .. versionadded:: 2.7/3.2 |    .. versionadded:: 3.2 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| .. function:: setresuid(ruid, euid, suid) | .. function:: setresuid(ruid, euid, suid) | ||||||
| 
 | 
 | ||||||
|    Set the current process's real, effective, and saved user ids. |    Set the current process's real, effective, and saved user ids. | ||||||
|    Availibility: Unix. |    Availibility: Unix. | ||||||
| 
 | 
 | ||||||
|    .. versionadded:: 2.7/3.2 |    .. versionadded:: 3.2 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| .. function:: setreuid(ruid, euid) | .. function:: setreuid(ruid, euid) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl