This commit is contained in:
Jérémy Lecour 2019-05-07 18:00:19 +02:00
parent 3686fecf0b
commit a8593dd438
1 changed files with 1 additions and 1 deletions

View File

@ -246,4 +246,4 @@ It is clearly documented that when using the octal notation a leading 0 must be
* `mode: "0755"` → Good
* `mode: "1777"` → Good
This is most probably due to the way Python deals with numeric values and cotal vs. decimal based integers. The String type guarantees that the proper value is used.
This is most probably due to the way Python deals with numeric values and octal vs. decimal based integers. The String type guarantees that the proper value is used.