aboutsummaryrefslogtreecommitdiff
path: root/python/atomicwrites/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2018-10-08 18:50:30 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-13 08:03:06 +0700
commitd4eb21562f5d16d52a513be43cad767c4c69e845 (patch)
tree7cf0735259e3dda5a52264355a140102793ded92 /python/atomicwrites/README
parent6726d3c7e8ac2fed328ca1b636146050f1df77c8 (diff)
python/atomicwrites: Added support python3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/atomicwrites/README')
-rw-r--r--python/atomicwrites/README2
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