summaryrefslogtreecommitdiffstats
path: root/python/backcall/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/backcall/README')
-rw-r--r--python/backcall/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/backcall/README b/python/backcall/README
new file mode 100644
index 0000000000..e3a5896482
--- /dev/null
+++ b/python/backcall/README
@@ -0,0 +1,3 @@
+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.