Today's example of "you can just do things":
A colleague complained about Python's error message "TypeError: unhashable type" being hard to understand when trying to use eg a list as a dict key or set element. I also always have trouble explaining this problem to beginner students, so I filed an issue. Then @vstinnerVictor Stinner π wrote a patch and opened a PR two hours later, which I reviewed and merged. Now: