Created on 2004-10-29 01:46 by edwardcannon, last changed 2004-10-31 12:12 by jlgijsbers. This issue is now closed.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2004-10-29 01:46:40 | edwardcannon | create | |
Created on 2004-10-29 01:46 by edwardcannon, last changed 2004-10-31 12:12 by jlgijsbers. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg22932 - (view) | Author: edward (edwardcannon) | Date: 2004-10-29 01:46 | |
current description of os.acess is a follows: access(path, mode) Use the real uid/gid to test for access to path. . . . Return 1 if access is allowed, 0 if not. See the Unix man page access(2) for more information. Availability: Unix, Windows. in reality, os.access returns True or False (at least on 2.3.3) this should probably be updated |
|||
| msg22933 - (view) | Author: Johannes Gijsbers (jlgijsbers) * | Date: 2004-10-31 12:12 | |
Logged In: YES user_id=469548 Already fixed in Python 2.4 by patch #859286. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2004-10-29 01:46:40 | edwardcannon | create | |