]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Mon, 1 May 2000 17:54:33 +0000 (17:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 May 2000 17:54:33 +0000 (17:54 +0000)
commitc15a9a1f98544d3258e656503f7cbcefcda92f43
tree5cf3d9f0eca42dc2d6797ae64d27c102d035a47a
parent22b65a8edcb86fc878dd925aaf9e68f099fbb4cb
Marc-Andre Lemburg:

Added -U command line option.

With the option enabled the Python compiler interprets all "..."
strings as u"..." (same with r"..." and ur"...").
Modules/main.c