PEP 414 has been accepted
Vinay Sajip
vinay_sajip at yahoo.co.uk
Mon Feb 27 17:18:07 EST 2012
More information about the Python-list mailing list
Mon Feb 27 17:18:07 EST 2012
- Previous message (by thread): Python urllib2 problem: Name or service not known
- Next message (by thread): America's CONTEMPTUOUS KANGAROO courts VERSUS ISRAELI courts (in JEW-vs-JEW case)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python urllib2 problem: Name or service not known
- Next message (by thread): America's CONTEMPTUOUS KANGAROO courts VERSUS ISRAELI courts (in JEW-vs-JEW case)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list