]> granicus.if.org Git - python/commit
Support for alternative string quotes (a"xx", b"xx", c"xx", ...).
authorGuido van Rossum <guido@python.org>
Sun, 6 Apr 1997 03:41:40 +0000 (03:41 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 6 Apr 1997 03:41:40 +0000 (03:41 +0000)
commit5f5e817e001302c090ef3b04a66417fbc1c8a351
treedd37b02390ea05c1ee4c23e2b36e6d3529b9fd1b
parent150853861a63ee0ea649e6d83f6ffff6524ae099
Support for alternative string quotes (a"xx", b"xx", c"xx", ...).

In interactive mode, do generate code for single-string statements.
Python/compile.c