isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
424 stars 172 forks source link

[bug] value of mode should be inclusive OR of flags #215

Closed georgexsh closed 3 years ago

georgexsh commented 6 years ago

ref of doc:

mode should be F_OK to test the existence of path, or it can be the inclusive OR of one or more of R_OK, W_OK, and X_OK to test permissions.

isislovecruft commented 6 years ago

Merged for 3.0.3.