From 8ba2860ae7c5f5429e27ed1edd8753981376059a Mon Sep 17 00:00:00 2001 From: Paweł Hajdan Date: Sat, 31 Mar 2012 17:03:18 +0000 Subject: Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. --- dev-python/simplegeneric/metadata.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dev-python/simplegeneric/metadata.xml') diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml index d76ef3b7eba2..81395895b629 100644 --- a/dev-python/simplegeneric/metadata.xml +++ b/dev-python/simplegeneric/metadata.xml @@ -1,13 +1,14 @@ -python - - The simplegeneric module lets you define simple single-dispatch + python + 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. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python - standard library. - + standard library. + + simplegeneric + -- cgit v1.2.3-65-gdbad