Why is python source code not available on github?
Stefan Behnel
stefan_ml at behnel.de
Sun Jun 24 04:59:43 EDT 2012
gmspro, 24.06.2012 02:16:
> 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.
github != git.
You can use git to work on the sources if you wish. Just install a
Mercurial plugin for it and clone the code from the source repository.
However, if you want to contribute to the project, it's still worth
considering to work with Mercurial.
Stefan
More information about the Python-list
mailing list