Re: [Python-Dev] GitHub mirror (Was: Bitbucket mirror?)

2012-07-06 Thread Georg Brandl
On 04.07.2012 10:42, anatoly techtonik wrote: On Fri, Jun 29, 2012 at 6:58 AM, Eli Bendersky wrote: The devguide (http://docs.python.org/devguide/committing.html) says: Bitbucket also maintain an up to date clone of the main cpython repository that can be used as the basis for a new clone or

Re: [Python-Dev] GitHub mirror (Was: Bitbucket mirror?)

2012-07-05 Thread martin
You won't get any changes in to CPython by creating pull requests. We use http://bugs.python.org/ for that, sorry. Question -- is there a reason to abide by this rule for docs? That is, if we could get a sympathetic core dev to look at pull requests for docs as part of a streamlined process, wo

Re: [Python-Dev] GitHub mirror (Was: Bitbucket mirror?)

2012-07-05 Thread C. Titus Brown
On Thu, Jul 05, 2012 at 03:49:52PM +0300, Petri Lehtinen wrote: > anatoly techtonik wrote: > > On the subject. Is there a mirror of CPython on GitHub? > > https://github.com/akheron/cpython > > > changes to repository (and allows anonymous to do this). I've made > > more than a dozen proposal for

Re: [Python-Dev] GitHub mirror (Was: Bitbucket mirror?)

2012-07-05 Thread Petri Lehtinen
anatoly techtonik wrote: > On the subject. Is there a mirror of CPython on GitHub? https://github.com/akheron/cpython > changes to repository (and allows anonymous to do this). I've made > more than a dozen proposal for fixing docs, because as a matter of > fact - filling a bug AND explaining why

Re: [Python-Dev] GitHub mirror

2012-07-04 Thread Ralf Schmitt
anatoly techtonik writes: > On the subject. Is there a mirror of CPython on GitHub? https://github.com/schmir/python -- Cheers Ralf ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: htt