aboutsummaryrefslogtreecommitdiff
path: root/python/wcwidth/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2019-10-26 18:02:00 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-27 00:36:10 +0700
commitc6a4d6239e19170b92c4bce5a7504267cafb38f2 (patch)
tree3aadb90145ee82a95551ef54818798e6c915c0e9 /python/wcwidth/README
parent8adad3a8a6f5271070ae746a707e3825af82193a (diff)
python/wcwidth: Added python3 support.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/wcwidth/README')
-rw-r--r--python/wcwidth/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/wcwidth/README b/python/wcwidth/README
index 3d43838d0aed..102a1f775c74 100644
--- a/python/wcwidth/README
+++ b/python/wcwidth/README
@@ -2,3 +2,5 @@ This API is mainly for Terminal Emulator implementors - any
python program that attempts to determine the printable width of
a string on a Terminal. It is implemented in python (no C library
calls) and has no 3rd-party dependencies.
+
+Optional dependency: python3