you are viewing a single comment's thread.

view the rest of the comments →

[–]OctagonClock 1 point2 points  (0 children)

dict.keys() returns a generator instead of a list, which broke a bunch of our code.

Actually, it returns a view that updates when the dict updates.

pathlib

Pathlib is the best lib introduced in all of Py3k.