-
Deaktivert bruker authored
Python 3.9 has some minor library API changes that it would be useful for us to have, such as type hinting for generics in collections, union operators for dicts, and perhaps most generally useful, new methods for removing prefixes and suffixes from strings. Unless we have a strong reason not to, we should be targetting the latest stable release. Fixes: GREG-13
Deaktivert bruker authoredPython 3.9 has some minor library API changes that it would be useful for us to have, such as type hinting for generics in collections, union operators for dicts, and perhaps most generally useful, new methods for removing prefixes and suffixes from strings. Unless we have a strong reason not to, we should be targetting the latest stable release. Fixes: GREG-13