File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11boltons Changelog
22=================
33
4- Since February 20, 2013 there have been 39 releases and 1381 commits for
4+ Since February 20, 2013 there have been 40 releases and 1386 commits for
55an average of one 35-commit release about every 10 weeks.
66
7+ 19.3.0
8+ ------
9+ * (October 28, 2019)*
10+
11+ Three funcutils:
12+
13+ * [ funcutils.format_invocation] [ funcutils.format_invocation ] for formatting simple function calls (` func(pos1, pos2, kw_k=kw_v ` )
14+ * [ funcutils.format_exp_repr] [ funcutils.format_exp_repr ] for formatting a repr like ` Type(pos, kw_k=kw_v) `
15+ * [ funcutils.format_nonexp_repr] [ funcutils.format_nonexp_repr ] for formatting a repr like ` <Type k=v> `
16+
17+ [ funcutils.format_invocation ] : https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_invocation
18+ [ funcutils.format_exp_repr ] : https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_exp_repr
19+ [ funcutils.format_nonexp_repr ] : https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_nonexp_repr
20+
72119.2.0
822------
923* (October 19, 2019)*
You can’t perform that action at this time.
0 commit comments