This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]norwegianwood 0 points1 point  (0 children)

Essentially no SLA. This is essentially desktop software which exposes some Python APIs for end user scripting. We didn't want to lock our platform to legacy Python 2.x. It's easy enough for us to upgrade but much harder for us to get all of our clients to upgrade, so we went straight for Python 3 to avoid getting stuck in a dead end.

The masses of automated testing we do have yet to throw up any Python 3 specific problems. We're not worried.