Why is python source code not available on github?

Andrew Berg bahamutzero8825 at gmail.com
Sat Jun 23 20:28:25 EDT 2012


On 6/23/2012 7:16 PM, gmspro wrote:
> Why is python source code not available on github?
If you mean CPython, it's because the devs use Mercurial and have their
own hosting on python.org.

hg clone http://hg.python.org/cpython
http://docs.python.org/devguide/setup.html

github is far from the only place to host an open source project.
-- 
CPython 3.3.0a4 | Windows NT 6.1.7601.17803



More information about the Python-list mailing list