Like any other software product it's updated, but somehow its docs never are... and it's so absolutely exact with its formatting, it even complains about spacing and indentation (even in a shell somehow), so this comes as no surprise but most of https://wiki.python.org/moin/SimplePrograms wouldn't currently work in the latest, simply because 'print' now is considered a function and requires parenthesis. At least they added that specifically, before it simply said 'syntax invalid'...