>Hi, I am using Python 3.5.2 on Linux Mint (X64) at the moment, and >wondering how to update it to 3.5.3. Are there some simple commands to do >that?
If available on the Mint repository you should be able to upgrade it manyally. Centos: yum upgrade Debian: apt-get upgrade Then for Mint you should have a similar command to do that. -- https://mail.python.org/mailman/listinfo/python-list