diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-11 13:45:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 2d637e0b4e0336a964ddea1fdfdaf83d287d4aad (patch) | |
tree | bf01f3d96c3f27f44baf812cb3e2444600cfac74 /python/typing/README | |
parent | 61367802ae2e41acaa7fbe053cf3e67f035af59f (diff) | |
download | slackbuilds-2d637e0b4e0336a964ddea1fdfdaf83d287d4aad.tar.gz |
python/typing: Added (Type Hints for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 new file mode 100644 index 0000000000..21502e4a6f --- /dev/null +++ b/python/typing/README @@ -0,0 +1,2 @@ +This is a backport of the standard library typing module to Python +versions older than 3.5. |