rivenz / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Documentation: PermissionDeniedError #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The PyFilesystem lacks any obvious documentation of the PermissionDeniedError. 
I discovered it by reading through the source code, but until that time I was 
using other exceptions in a hackish way to prevent impermissible actions.

This should e better documented for clarity.

Original issue reported on code.google.com by aus...@gmail.com on 5 Sep 2012 at 4:53

GoogleCodeExporter commented 8 years ago
The online docs are for an older version. The docs are generated from the 
source, so when the next version is pushed, it will cover the 
PermissionDeniedError.

If you need up-to-date docs in the meantime, check out the docs dir. You can 
generate the docs with 'make html' if I remember correctly.

Original comment by willmcgugan on 5 Sep 2012 at 5:04