diff options
Diffstat (limited to 'python/atomicwrites/README')
-rw-r--r-- | python/atomicwrites/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/atomicwrites/README b/python/atomicwrites/README index 2602e9896f6d..be2c03c91382 100644 --- a/python/atomicwrites/README +++ b/python/atomicwrites/README @@ -13,3 +13,5 @@ and the name of the target file. Also note that the permissions of the target file may change this way. In some situations a chmod can be issued without any concurrency problems, but since that is not always the case, this library doesn’t do it by itself. + +Optional dependency: python3 |