]> granicus.if.org Git - python/commit
Accept u"..." literals even when Unicode is disabled. But these
authorGuido van Rossum <guido@python.org>
Tue, 28 May 2002 18:47:29 +0000 (18:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 2002 18:47:29 +0000 (18:47 +0000)
commit05459c5e5ece64ba8da62455970d1c1479011ff7
treea282c5c6c21518aed2d47e1c440fa00217ce5c13
parentc88da1faa5bfa9b72b38822cb9745ad7be7606a3
Accept u"..." literals even when Unicode is disabled.  But these
literals must not contain \u, \U or \N escapes.  (XXX Should they also
not contain non-ASCII characters?)
Python/compile.c