<p dir="ltr"><br>
On 9 Sep 2013 22:15, "larry.hastings" <<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>> wrote:<br>
><br>
> <a href="http://hg.python.org/cpython/rev/6b211a0c8042">http://hg.python.org/cpython/rev/6b211a0c8042</a><br>
> changeset:   85645:6b211a0c8042<br>
> user:        Larry Hastings <<a href="mailto:larry@hastings.org">larry@hastings.org</a>><br>
> date:        Mon Sep 09 21:08:52 2013 +0900<br>
> summary:<br>
>   Post-3.4.0a2-release fixups.<br>
><br>
> files:<br>
>   Include/patchlevel.h |   2 +-<br>
>   Misc/NEWS            |  14 +++++++++++++-<br>
>   2 files changed, 14 insertions(+), 2 deletions(-)<br>
><br>
><br>
> diff --git a/Include/patchlevel.h b/Include/patchlevel.h<br>
> --- a/Include/patchlevel.h<br>
> +++ b/Include/patchlevel.h<br>
> @@ -23,7 +23,7 @@<br>
>  #define PY_RELEASE_SERIAL      2<br>
><br>
>  /* Version as a string */<br>
> -#define PY_VERSION             "3.4.0a2"<br>
> +#define PY_VERSION             "3.4.0a2+"<br>
>  /*--end constants--*/<br>
><br>
>  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.<br>
> diff --git a/Misc/NEWS b/Misc/NEWS<br>
> --- a/Misc/NEWS<br>
> +++ b/Misc/NEWS<br>
> @@ -2,10 +2,22 @@<br>
>  Python News<br>
>  +++++++++++<br>
><br>
> +What's New in Python 3.4.0 Alpha 3?<br>
> +===================================<br>
> +<br>
> +Projected Release date: 2013-09-29<br>
> +<br>
> +Core and Builtins<br>
> +-----------------<br>
> +<br>
> +Library<br>
> +-------<br>
> +<br>
> +</p>
<p dir="ltr">I had already pushed alpha 3 entries in NEWS, so something seems to have gone wrong here.</p>
<p dir="ltr">Perhaps, if RMs are preparing the release out of tree, we could get the NEWS file headings on default updated immediately after the last included commit?</p>
<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">>  What's New in Python 3.4.0 Alpha 2?<br>
>  ===================================<br>
><br>
> -Projected Release date: 2013-09-08<br>
> +Release date: 2013-09-09<br>
><br>
>  Core and Builtins<br>
>  -----------------<br>
><br>
> --<br>
> Repository URL: <a href="http://hg.python.org/cpython">http://hg.python.org/cpython</a><br>
><br>
> _______________________________________________<br>
> Python-checkins mailing list<br>
> <a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-checkins">https://mail.python.org/mailman/listinfo/python-checkins</a><br>
><br>
</p>