You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The same applies if you need the macro parts of `unpythonic` (i.e. import anythi
78
78
79
79
-**Miscellaneous.**
80
80
-`with namedlambda` now understands the walrus operator, too. In the construct `f := lambda ...: ...`, the lambda will get the name `f`. (Python 3.8 and later.)
81
+
-`with namedlambda` now auto-names lambdas that don't have a name candidate using their source location info, if present. This makes it easy to see in a stack trace where some particular lambda was defined.
81
82
- Add `unpythonic.dispatch.generic_addmethod`: add methods to a generic function defined elsewhere.
82
83
- All documentation files now have a quick navigation section to skip to another part of the docs. (For all except the README, it's at the top.)
0 commit comments