alvas
alvas

Reputation: 122280

Does the six library comes shipped with default python today?

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?

Upvotes: -1

Views: 1124

Answers (1)

BrenBarn
BrenBarn

Reputation: 251578

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

Upvotes: 1

Related Questions