PEP 414 has been accepted

Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Feb 27 17:18:07 EST 2012


PEP 414 has been accepted:

http://mail.python.org/pipermail/python-dev/2012-February/116995.html

This means that from Python 3.3 onwards, you can specify u'xxx' for
Unicode as well as just 'xxx'. The u'xxx' form is not valid syntax in
Python 3.2, 3.1 or 3.0.

The idea is to make porting code from 2.x to 3.x easier than before.

Get porting!

Regards,

Vinay Sajip



More information about the Python-list mailing list