summaryrefslogtreecommitdiffstats
path: root/python/backcall/README
blob: e3a58964827f17d89d862b052f93b0c7f620d399 (plain)
backcall is a Python module to write backwards compatible callback APIs. That
is, you can add parameters to your calls without breaking third party callback
functions that don't expect those newer parameters.