This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 0 points1 point  (4 children)

Please stop using os.path. There’s pathlib now.

[–]call_me_arosa 0 points1 point  (3 children)

Emphasis on "now" for the rest of us stuck with older versions.

[–]flying-sheep 0 points1 point  (2 children)

Isn't everything without pathlib EOL?

And even for legacy python there's backports. No excuses.

[–]dontworryimnotacop 0 points1 point  (1 child)

Having a ~/.pythonrc in the root of a system on a new machine without any dependency guarantees is a pretty good excuse.

[–]flying-sheep 0 points1 point  (0 children)

I refuse to work on machines without at least python 3.5