]> granicus.if.org Git - python/commit
Make test_compile not fail.
authorGuido van Rossum <guido@python.org>
Sun, 22 Jul 2007 20:01:13 +0000 (20:01 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 22 Jul 2007 20:01:13 +0000 (20:01 +0000)
commitf8761c781b09789950e069206c4b9d42f2bc7a9c
treebc34cdd4a039edfe671bdd08bc0f66a080af6c7e
parentb5b652e4d1c2b4ac1eb89ee22ccd7b75920b9293
Make test_compile not fail.
I *think* it's okay no longer to require that compiling a Unicode
string with a coding declaration fails; it seems appropriate to
just ignore it.
Lib/test/test_compile.py