[Python-Dev] Allowing Unicode literals even without Unicode support?

Barry A. Warsaw barry@zope.com
Fri, 24 May 2002 14:35:04 -0400


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

    GvR> Should we perhaps silently interpret Unicode literals as
    GvR> regular string literals when compiling without Unicode
    GvR> support?

+1, perhaps with a Warning?

-Barry