diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-02-10 18:01:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:43:02 +0700 |
commit | 78abd5f7799e7288fc6102a7a711272b5e845c6f (patch) | |
tree | 9535b82c41fdd38ad235f8cf5a8ab7f5cfa71cae /python/typing/README | |
parent | 01fbc933dca87d201b31a1eaff18a8878319dd64 (diff) | |
download | slackbuilds-78abd5f7799e7288fc6102a7a711272b5e845c6f.tar.gz |
python/typing: Updated for version 3.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/typing/README')
-rw-r--r-- | python/typing/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/typing/README b/python/typing/README index 21502e4a6f..471488acff 100644 --- a/python/typing/README +++ b/python/typing/README @@ -1,2 +1,4 @@ This is a backport of the standard library typing module to Python versions older than 3.5. + +python3 is an optional dependency (autodetected). |