Le mardi 31 mai 2011 07:19:54, Martin v. Löwis a écrit :
> >> What's New in Python 2.7.2?
> >> ===========================
> >> 
> >> *Release date: 2011-05-29*
> >> 
> >> Python 2.7.2 was released yesterday, or was it the RC1?
> >> 
> >> I don't care if my commit (better fix for #1195) doesn't go into Python
> >> 2.7.2, so should I start an empty "Python 2.7.3" section?
> > 
> > Yes, go ahead.
> 
> Really??? I have some changes that I need to commit to 2.7 that do need
> to go into 2.7.2. So how are you going to manage these?
> 
> I rather recommend that the 2.7 branch is frozen until the final
> release, and any changes are only merged afterwards.
> 
> This is a mess.

I did 3 commits in the 2.7 branch. There are all bugfixes, so you can add them 
to 2.7.2, but I proposed to skip them to not add too much new code between 
2.7.2 RC/final versions.

I don't know how the release managers work, but if it's possible, I would 
prefer to be able to continue to commit any change to all branches during the 
release process. I mean that we should create a branch for each x.y.z version, 
and only port critical bugfixes to these branches between the RC and the final 
versions.


http://hg.python.org/cpython/rev/3b1b06570cf9
changeset:   70534:3b1b06570cf9
branch:      2.7
parent:      70509:439396b06416
user:        Victor Stinner <victor.stin...@haypocalc.com>
date:        Mon May 30 23:44:13 2011 +0200
summary:
  Issue #12016: my_fgets() now always clears errors before calling fgets(). 
Fix
the following case: sys.stdin.read() stopped with CTRL+d (end of file),
raw_input() interrupted by CTRL+c.


http://hg.python.org/cpython/rev/b40dac6390a9
changeset:   70537:b40dac6390a9
branch:      2.7
parent:      70534:3b1b06570cf9
user:        Victor Stinner <victor.stin...@haypocalc.com>
date:        Mon May 30 23:49:13 2011 +0200
summary:
  Issue #1195: fix the issue number of the NEWS entry


http://hg.python.org/cpython/rev/6c6923a406df
changeset:   70540:6c6923a406df
branch:      2.7
parent:      70537:b40dac6390a9
user:        Victor Stinner <victor.stin...@haypocalc.com>
date:        Mon May 30 23:58:21 2011 +0200
summary:
  Issue #12057: Add tests for ISO 2022 codecs

iso2022_jp, iso2022_jp_2 and iso2022_kr


Victor
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to