On Thu, Mar 20, 2008 at 3:20 PM, Ralf Schmitt <[EMAIL PROTECTED]> wrote: > Will python 2.6 have something like "from future import > unicode_string_literals" ? > This should also solve lennart's problem. (But then py3k would need to > support that future import, which > is forbidden).
A try/except around that future import solves that, so that isn't any problem. Indeed, this would solve the problem without changing 3.0, it would instead be a change in 2.6. Sounds good to me. -- Lennart Regebro: Zope and Plone consulting. http://www.colliberty.com/ +33 661 58 14 64 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com