slackbuilds/python/backcall
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/backcall: Added (backwards compatible callback APIs). 2018-04-07 08:13:11 +07:00
backcall.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
backcall.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc python/backcall: Added (backwards compatible callback APIs). 2018-04-07 08:13:11 +07:00

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.