[Python-checkins] r65176 - python/trunk/Misc/NEWS

Brett Cannon brett at python.org
Tue Jul 22 00:35:03 CEST 2008


On Mon, Jul 21, 2008 at 2:36 PM, amaury.forgeotdarc
<python-checkins at python.org> wrote:
> Author: amaury.forgeotdarc
> Date: Mon Jul 21 23:36:24 2008
> New Revision: 65176
>
> Log:
> Increment version number in NEWS file, and move items that were added after 2.6b2.
>
> (I thought there was a script to automate this kind of updates)
>

There is Barry's release script, but I think that just does release
stuff, not post-release. The NEWS file has always been updated
manually (and I missed it myself so I am partially to blame for this
initial slip-up). Although it probably wouldn't hurt to have a
post-release step in Barry's script.

-Brett

>
> Modified:
>   python/trunk/Misc/NEWS
>
> Modified: python/trunk/Misc/NEWS
> ==============================================================================
> --- python/trunk/Misc/NEWS      (original)
> +++ python/trunk/Misc/NEWS      Mon Jul 21 23:36:24 2008
> @@ -4,9 +4,36 @@
>
>  (editors: check NEWS.help for information about editing NEWS using ReST.)
>
> +What's New in Python 2.6 beta 3?
> +================================
> +
> +*Release date: XX-Aug-2008*
> +
> +Core and Builtins
> +-----------------
> +
> +Library
> +-------
> +
> +- Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
> +
> +- Issue #3303: Fix a crash in locale.strcoll() when calling it with
> +  invalid arguments.
> +
> +- Issue #3302: Fix several crashes when calling locale's gettext functions
> +  with None arguments.
> +
> +- Issue #3389: Allow resolving dotted names for handlers in logging
> +  configuration files.
> +
> +- Deprecate the sunaudio module for removal in Python 3.0.
> +
> +
>  What's New in Python 2.6 beta 2?
>  ================================
>
> +*Release date: 17-Jul-2008*
> +
>  Core and Builtins
>  -----------------
>
> @@ -67,17 +94,6 @@
>  Library
>  -------
>
> -- Issue #3303: Fix a crash in locale.strcoll() when calling it with
> -  invalid arguments.
> -
> -- Issue #3302: Fix several crashes when calling locale's gettext functions
> -  with None arguments.
> -
> -- Issue #3389: Allow resolving dotted names for handlers in logging
> -  configuration files.
> -
> -- Deprecate the sunaudio module for removal in Python 3.0.
> -
>  - Issue #3395: fix reference in test_multiprocessing to old debugInfo method
>
>  - Issue #3312: Fix two crashes in sqlite3.
> @@ -141,8 +157,6 @@
>   up in the child process to prevent deadlock and report proper thread counts
>   if the new process uses the threading module.
>
> -- Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
> -
>  Tests
>  -----
>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>


More information about the Python-checkins mailing list