Bad idea
Bad idea
Posted Jun 6, 2018 18:09 UTC (Wed) by epa (subscriber, #39769)In reply to: Bad idea by excors
Parent article: Unplugging old batteries
I suggest that if the objective is to eliminate bugs (in general, not just security bugs) it is just as acceptable to remove the buggy feature as to modify it to be safe and bug-free. It's better to have a smaller body of code which you can stand behind and maintain actively, with some degree of confidence that it works as described. Of course you do have to consider whether anyone is using that feature in practice; but if they aren't, kill it.
Also, if a library is included in the standard library with Python, there is the expectation that it's somehow 'blessed' by the core developers and actively maintained.