B. Watson 948b00e9e9 python/backcall: Wrap README at 72 columns. 2 years ago
..
README 948b00e9e9 python/backcall: Wrap README at 72 columns. 2 years ago
backcall.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
backcall.info 48c22f9303 various: Kill lots of python3 dep mentions 3 years ago
slack-desc 19b2a5f74d python/backcall: Added (backwards compatible callback APIs). 6 years ago

README

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.