[Python-Dev] PEP 414 updated

Nick Coghlan ncoghlan at gmail.com
Sun Mar 4 15:01:41 CET 2012


On Sun, Mar 4, 2012 at 11:46 PM, Armin Ronacher
<armin.ronacher at active-4.com> wrote:
> Hi,
>
> It should also be added that the Python 3.3 alpha will release with support:
>
>  Python 3.3.0a0 (default:042e7481c7b4, Mar  4 2012, 12:37:26)
>  [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
>  Type "help", "copyright", "credits" or "license" for more information.
>  >>> u"Hello" + ' World!'
>  'Hello World!'

Nice :)

Do you have any more updates left to do? I saw the change, the tests,
the docs and the tokenizer updates go by on python-checkins, so if
you're done we can mark the PEP as Final (at which point the inclusion
in the first alpha is implied).

Cheers,
Nick.

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


More information about the Python-Dev mailing list