diff options
Diffstat (limited to 'python/backcall/README')
-rw-r--r-- | python/backcall/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/backcall/README b/python/backcall/README new file mode 100644 index 000000000000..e3a58964827f --- /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. |