aboutsummaryrefslogtreecommitdiff
path: root/devel/py-singledispatch/pkg-descr
blob: 949aaea97e886200d1386489edf2011836543126 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This library brings functools.singledispatch from Python 3.4 to
Python 2.6-3.3.

PEP 443 proposed to expose a mechanism in the functools standard
library module in Python 3.4 that provides a simple form of generic
programming known as single-dispatch generic functions.

This library is a backport of this functionality to Python 2.6 - 3.3.

WWW: https://pypi.org/project/singledispatch/