Does the six library comes shipped with default python today?

Question:

How to install the Six module in Python2.7 shows that six has to be pip installed.

But does the six library comes shipped with default python python2.7.x and python3.x today?

Asked By: alvas

||

Answers:

No. You can see the list of standard library modules here.

Answered By: BrenBarn
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.