slackbuilds/python/backcall
Benjamin Trigona-Harany 19b2a5f74d python/backcall: Added (backwards compatible callback APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-04-07 08:13:11 +07:00
..
README python/backcall: Added (backwards compatible callback APIs). 2018-04-07 08:13:11 +07:00
backcall.SlackBuild python/backcall: Added (backwards compatible callback APIs). 2018-04-07 08:13:11 +07:00
backcall.info python/backcall: Added (backwards compatible callback APIs). 2018-04-07 08:13:11 +07: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.