Hacker News new | ask | show | jobs
by duskwuff 5004 days ago
> Another Python feature that makes upgrades hard is monkeypatching

You can't alter core classes (like str) in Python, and patching classes from other modules is considered a really weird, rare, bad practice.