Specify FUSE literals in explicit octal notation (Python 3).

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-06 22:21:18 -04:00
parent 7fb13a5888
commit 06c783820e
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
* Update document parsing app tests to work with Python 3.
* Handle office files in explicit binary mode for Python 3.
* Return a proper list of SearchModel instances (Python 3).
* Specify FUSE literals in explicit octal notation (Python 3).
3.1.4 (2018-10-4)
=================

View File

@@ -1,3 +1,3 @@
MAX_FILE_DESCRIPTOR = 65535
MIN_FILE_DESCRIPTOR = 0
FILE_MODE = DIRECTORY_MODE = 0555
FILE_MODE = DIRECTORY_MODE = 0o555