Python has a policy against maintaining compatibility with boring technology. We discussed this at some length in this thread the other day at https://news.ycombinator.com/item?id=44477966; many people voiced their opposition to the policy. The alternatives suggested for the specific case of the cgi module were:
- use a language that isn't Python so you don't have to debug your code every year to make it work again when the language maintainers intentionally break it
What is a modern python-friendly alternative?