summaryrefslogtreecommitdiffstats
path: root/python/backcall/README
blob: 7fb4acb0fbb7ea7d067adbf7948b600a6c08819f (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.