From d4eb21562f5d16d52a513be43cad767c4c69e845 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 8 Oct 2018 18:50:30 +0200 Subject: python/atomicwrites: Added support python3. Signed-off-by: Dimitris Zlatanidis --- python/atomicwrites/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/atomicwrites/README') 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 -- cgit v1.2.3