]> granicus.if.org Git - python/commit
OS/2 has no concept of file ownership, like DOS & MS Windows version
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 19 Feb 2003 12:51:34 +0000 (12:51 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 19 Feb 2003 12:51:34 +0000 (12:51 +0000)
commit7970d20792eb4614a1dd6bd57dc5d9c107f28f35
tree52d8910a8b2328338c50fd9671c474a7c6c8be07
parent4f28c4da36968ee006b46949f96ac48eeec91273
OS/2 has no concept of file ownership, like DOS & MS Windows version
prior to NT.  EMX has a number of Posix emulation routines, including
geteuid() but lacks chown(), so silently skip trying to actually set
a file ownership when extracting a file from a tar archive.
Lib/tarfile.py