diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-10-08 18:53:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:03:06 +0700 |
commit | 05a47ad6135cb9dfe4777a0758cf870267aa2120 (patch) | |
tree | a711e8a72a02a48af937df42082ef7988eb6415a /python/more-itertools/README | |
parent | d4eb21562f5d16d52a513be43cad767c4c69e845 (diff) |
python/more-itertools: Added support python3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/more-itertools/README')
-rw-r--r-- | python/more-itertools/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/more-itertools/README b/python/more-itertools/README index 0dbca0d16785..a97b0b2abf0d 100644 --- a/python/more-itertools/README +++ b/python/more-itertools/README @@ -1,3 +1,5 @@ Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. + +Optional dependency: python3 |