
June 28, 2012
1:08 p.m.
Tim Golden <mail <at> timgolden.me.uk> writes:
Just recently I'm sure I saw a post saying that the main Python repo was mirrored on bitbucket.org for the convenience of developers who could then fork to their own accounts.
For the life of me I can't find it now. Can someone confirm and/or nudge me in the right direction, please?
I don't know how official it is, but I've used this mirror when I wanted to make use of BitBucket side-by-side comparisons: https://bitbucket.org/mirror/cpython/ It seems fairly up-to-date. Much of my early work on the venv code was done using a clone from this mirror, and I pulled and merged from it lots of times without any issues. Regards, Vinay Sajip