Python and "dead" batteries
Python and "dead" batteries
Posted Jun 13, 2019 19:10 UTC (Thu) by logang (subscriber, #127618)In reply to: Python and "dead" batteries by rgmoore
Parent article: Python and "dead" batteries
This is one of the things I think Linus gets right with Linux: his uncompromising stance toward breaking users and the general policy of very long deprecation cycles -- typically features aren't removed until there is a reasonable argument that nobody is using them. If more libraries and programming languages took that stance we'd be in a much better position. Too many projects just break things and foist the pain and responsibility on their user base.
Posted Jun 14, 2019 10:53 UTC (Fri)
by NAR (subscriber, #1313)
[Link]
If those unsuspecting developers will maintain their code in 2021, then they will update their code. If they don't maintain it, their users are screwed anyway.
"Unsuspecting developers could be writing new code today that won't be supported on 3.10 when it's released around 2021."
Python and "dead" batteries