= singledispatch =

== Description ==

This library brings functools.singledispatch from Python 3.4 to
Python 2.6-3.3.

== License ==

MIT License

== Upstream Contact ==

Author: Łukasz Langa
Home page: http://docs.python.org/3/library/functools.html#functools.singledispatch

== Dependencies ==

Python

== Changelog ==

=== singledispatch-3.4.0.3 (Emmanuel Charpentier, December 1st, 2015) ===

 * Trac #19638: initial release, enabling upgrade of rpy2.
