This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: note that os.chown can have -1 as an argument
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: akuchling, georg.brandl, georg.brandl
Priority: normal Keywords: patch

Created on 2005-06-01 20:37 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libos-chown-diff georg.brandl, 2005-06-01 20:37
Messages (4)
msg48419 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-01 20:37
See bug #1200804.

If you do not know the chown syscall, you can't know
that a user/group id of -1 has the special meaning of
"don't change".
msg48420 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-05 10:27
Logged In: YES 
user_id=1188172

Okay to check in?
msg48421 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-25 17:15
Logged In: YES 
user_id=11375

Looks correct; can be committed.
msg48422 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-25 18:53
Logged In: YES 
user_id=1188172

Checked in as Doc/lib/libos.tex r1.159, r1.146.2.5.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42045
2005-06-01 20:37:00birkenfeldcreate