How to install the Six module in Python2.7 shows that six has to be pip installed.
pip
But does the six library comes shipped with default python python2.7.x and python3.x today?
No. You can see the list of standard library modules here.