Re: [Python-Dev] Python 2.5.3: call for patches

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aahz

    Re: [Python-Dev] Python 2.5.3: call for patches

    On Tue, Oct 07, 2008, "Martin v. L?wis" wrote:
    >
    In principle, the release will include all changes that are already on
    the release25-maint branch in subversion [1]. If you think that specific
    changes should be considered, please create an issue in the bug tracker
    [2], and label it with the 2.5.3 version. Backports of changes that
    are already released in Python 2.6 but may apply to 2.5 are of
    particular interest.
    Just to emphasize this, "changes" means "bugfixes". (I'm mentioning this
    mainly because of the people who joined for 2.6/3.0.) For more info,
    see PEP6 about bugfix releases:
    Python has historically had only a single fork of development, with releases having the combined purpose of adding new features and delivering bug fixes (these kinds of releases will be referred to as “major releases”). This PEP describes how to fork o...

    --
    Aahz (aahz@pythoncra ft.com) <* http://www.pythoncraft.com/

    "...if I were on life-support, I'd rather have it run by a Gameboy than a
    Windows box." --Cliff Wells, comp.lang.pytho n, 3/13/2002
Working...