Why is python source code not available on github?

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


On Sun, Jun 24, 2012 at 10:34 AM, gmspro <gmspro at yahoo.com> wrote:
>
> No,
> I can download as .tar.bz2, but i'm talking about using git.
> git clone, git add ., git commit -a, git push is easier to keep track of
> my code. Then for git pull request.

Mercurial can do all that. I'm not as familiar with it as I am with
git, so I can't quote the commands, but certainly you can do all the
same clone/add/commit/etc with it. I build my cpython straight from
hg, mainly because I like living on the edge :)

ChrisA



More information about the Python-list mailing list