Committing into which branches?

Hola! I just commited a simple improvement to HTTPError repr, and checking in the source code page [0], I see that my commit has a small "default" besides it; and other commits don't have that, but have 2.7, or 3.4, etc... So, question: Did I commit in the correct branch? Should I have done anything different? Thanks! [0] https://hg.python.org/cpython/ -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista

On Wed, Apr 22, 2015 at 6:46 PM, Brett Cannon <brett@python.org> wrote:
The default branch is going to become 3.5, so you're fine.
Thanks!! -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista

This is an enhancement (http://bugs.python.org/issue23887 <http://bugs.python.org/issue23887>) so it should go to default. You committed to the right branch. The mark on the website simply tells you that this is the newest commit on default. Otherwise it’s, well, default. -- Best regards, Łukasz Langa WWW: http://lukasz.langa.pl/ Twitter: @llanga IRC: ambv on #python-dev

On Wed, Apr 22, 2015 at 6:46 PM, Brett Cannon <brett@python.org> wrote:
The default branch is going to become 3.5, so you're fine.
Thanks!! -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista

This is an enhancement (http://bugs.python.org/issue23887 <http://bugs.python.org/issue23887>) so it should go to default. You committed to the right branch. The mark on the website simply tells you that this is the newest commit on default. Otherwise it’s, well, default. -- Best regards, Łukasz Langa WWW: http://lukasz.langa.pl/ Twitter: @llanga IRC: ambv on #python-dev
participants (3)
-
Brett Cannon
-
Facundo Batista
-
Łukasz Langa