]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the access() code to return 1 if granted, 0 if not granted.
authorGuido van Rossum <guido@python.org>
Wed, 6 Jan 1999 22:52:38 +0000 (22:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jan 1999 22:52:38 +0000 (22:52 +0000)
commit015f22a0fa6b2f818300bc35ccfd2be05b126933
tree4da7a0b6af1915552734c277d90c947bc8a9578e
parentfcc5910090ff82b1514dc5e0746dbaaab35f8f81
Change the access() code to return 1 if granted, 0 if not granted.
Patch (again) by Sean Reifschneider.
Modules/posixmodule.c