[ python-Bugs-1056498 ] minor error in os.access

SourceForge.net noreply at sourceforge.net
Sun Oct 31 13:12:43 CET 2004


Bugs item #1056498, was opened at 2004-10-29 03:46
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1056498&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: edward (edwardcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor error in os.access

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-10-31 13:12

Message:
Logged In: YES 
user_id=469548

Already fixed in Python 2.4 by patch #859286.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1056498&group_id=5470


More information about the Python-bugs-list mailing list