Why is python source code not available on github?

Chris Angelico rosuav at gmail.com
Sat Jun 23 20:30:20 EDT 2012


On Sun, Jun 24, 2012 at 10:16 AM, gmspro <gmspro at yahoo.com> wrote:
>
> Why is python source code not available on github?
>
> Make it available on github so that we can git clone and work on source
> code.

It's done with Mercurial, not git, but the same can be done:

hg clone http://hg.python.org/cpython

ChrisA



More information about the Python-list mailing list