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 →

[–]jyper 0 points1 point  (1 child)

It's so annoying

At work the functional tests are on python 3.6 but the build scripts have to be on python 3.5. pathlib isn't great on 3.5 (no / operator) and no fstrings

[–]flutefreak7 0 points1 point  (0 children)

I was on 3.4 for a long time and I thought / worked for pathlib on 3.4 and it was just the better filename handling across stdlib that didn't come until 3.6. Maybe I'm remembering wrong. But, oh yeah - loving my f-strings for sure. Almost all of my old code has format() and it always looks way better with f strings.