From 05a47ad6135cb9dfe4777a0758cf870267aa2120 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 8 Oct 2018 18:53:10 +0200 Subject: python/more-itertools: Added support python3. Signed-off-by: Dimitris Zlatanidis --- python/more-itertools/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/more-itertools/README') diff --git a/python/more-itertools/README b/python/more-itertools/README index 0dbca0d167..a97b0b2abf 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 -- cgit v1.2.3