My Python is a bit rusty, but I came across this today:
envfile = self.doctreedir / ENV_PICKLE_FILENAME
๐คฃ Go home pathlib, you're drunk.
I mean, I get it. "/" is the directory separator character so let's use the division operator to build pathnames is a thought that someone could have.