[Python-checkins] r88324 - in python/branches/release31-maint: Doc/library/trace.rst Lib/distutils/tests/__init__.py Lib/distutils/tests/test_archive_util.py Lib/distutils/tests/test_bdist.py Lib/distutils/tests/test_bdist_dumb.py Lib/distutils/t

Nick Coghlan ncoghlan at gmail.com
Thu Feb 3 00:07:31 CET 2011


On Thu, Feb 3, 2011 at 7:38 AM, eric.araujo <python-checkins at python.org> wrote:
> Author: eric.araujo
> Date: Wed Feb  2 22:38:37 2011
> New Revision: 88324
>
> Log:
> Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from
> svn+ssh://pythondev@svn.python.org/python/branches/py3k
>
> The missing NEWS entries correspond to changes that were made before 3.1.3, but
> I think it’s not usual to edit entries of released versions, so I put them at
> the top.

The only reason it isn't usual is because the change normally goes in
at roughly the same time as the NEWS update, so it is very rare to
have a change in a release without the corresponding NEWS entry. If
NEWS entries get missed for the release, better to add them in the
right place afterwards (it's easy enough to tell which entries were
originally missing by comparing the NEWS file from source control with
the one from the release).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list