From cf7f0e07d06334dd753704236f49c2fbd3358858 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 15 Apr 2017 17:22:00 -0700 Subject: python/simplegeneric: Remove Python 3 support. Signed-off-by: Benjamin Trigona-Harany --- python/simplegeneric/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/simplegeneric/README') diff --git a/python/simplegeneric/README b/python/simplegeneric/README index e18377fb96..390479b2e8 100644 --- a/python/simplegeneric/README +++ b/python/simplegeneric/README @@ -1,5 +1,3 @@ The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. - -Python 3 support will be included if python3 is installed. -- cgit v1.2.3