From c07bf1bb6b1068be8cdd3a2428ab46eb174adddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Fri, 18 Jan 2019 23:46:43 +0100 Subject: [PATCH] Todo --- Todo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Todo.md b/Todo.md index ea86140..a089e0b 100644 --- a/Todo.md +++ b/Todo.md @@ -4,6 +4,8 @@ # Bunch of Ideas +Get on python-ideas and understand why there is no operator for x in y, x not in y, *x and **y + Iterable.list(), Iterable.tuple(), Iterable.dict(), Iterable.set() instead of the somewhat arbitrary tuplify(), dictify(), … Consider if Callable.__call__() and Callable.cury() should not auto unwrap their arguments? This behaviour seems quite different to the rest of the library.