File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
boltons Changelog
2
2
=================
3
3
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
5
5
an average of one 35-commit release about every 10 weeks.
6
6
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
+
7
21
19.2.0
8
22
------
9
23
* (October 19, 2019)*
You can’t perform that action at this time.
0 commit comments