]> arthur.barton.de Git - bup.git/commit
Rename chain_ex to add_ex_ctx to reflect upstream terminology
authorRob Browning <rlb@defaultvalue.org>
Tue, 10 Sep 2019 07:30:26 +0000 (02:30 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 5 Oct 2019 15:37:32 +0000 (10:37 -0500)
commit9fc0171c58dd467586f70251228a39a486d35673
treeff58b321d8a362f22ef460ed02ebadc2a7244d96
parenta76b8337e13457a266216489f1d4f74c63944bf3
Rename chain_ex to add_ex_ctx to reflect upstream terminology

In the raise[1] docs Python uses chaining to refer to "from" (cause)
linkage, not implicit exception/finally (context) linkage, so adjust
our function name to match.  (Also preparation for compat code to
handle from linkage).

[1] https://docs.python.org/3/reference/simple_stmts.html#the-raise-statement.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
CODINGSTYLE
lib/bup/compat.py
main.py