|
|
|
|
|
by Wowfunhappy
1604 days ago
|
|
It's not really about Python itself. Let's say I have a little utility shell script I wrote ten years ago. I basically haven't touched it ever since. Inside the script is one line of python for fetching the current time with more precision than `date`, or something, which I forgot about a long time ago. When I install a major update, I test all my scripts to make sure they still work. I do not test after every point release, and I shouldn't have to! |
|
This is why docker and other hermetically sealed packaging and languages (golang) systems work by avoiding the OS implementations which must change and update as quickly as possible.
The fact anyone would rely exclusively macOS level implementations and somehow expect them to remain stable and backwards compatible for any stretch of time blows my mind.