5 ms·
Yes, I was bitten by it in the past. Still, it'd better be a lint, or at least a very very long deprecation period... like, deprecated and removed in Python 4 o
by wild_pointer 2y ago
Yes, I was bitten by it in the past. Still, it'd better be a lint, or at least a very very long deprecation period... like, deprecated and removed in Python 4 or something.
- shadowgovt 2y agoHaving your linter catch `except:` is both simpler and cleaner than changing the language.
- dtech 2y agoDeprecating without removing ever seems reasonable
- shadowgovt 2y agoHow does deprecation without removal differ from a best practice? All features of a language end up used, regardless of deprecation state.
- dtech 2y agoI steers people who don't know better away in numerous ways, e.g. most editors with language awareness will give some kind of visual indication like a strike-trough.