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

SourceForge.net noreply at sourceforge.net
Fri Oct 29 03:46:40 CEST 2004


Bugs item #1056498, was opened at 2004-10-29 01:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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

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

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