Just pushed out The Debugging Book 1.3. This release adds a new chapter on “Learning from Failures”:
https://www.debuggingbook.org/html/Alhazen.html
To update your code, run
$ pip install —upgrade debuggingbook
In Python >=3.12, you may also need to update the showast
module:
$ pip install 'showast@git+https://github.com/andreas-zeller/show_ast.git@andreas'
Full release notes: https://www.debuggingbook.org/html/ReleaseNotes.html