]> granicus.if.org Git - python/commit
make sure the parser flags and passed onto the compiler
authorBenjamin Peterson <benjamin@python.org>
Fri, 31 Oct 2008 02:16:05 +0000 (02:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 31 Oct 2008 02:16:05 +0000 (02:16 +0000)
commitdcee09d9204957ace381b1c3507259f718aa4907
treebb1bee26c4b535f8e9dd75f25a1ef1a72735e880
parent44a90c95ceb6d6348dd7f81db33287f09112118d
make sure the parser flags and passed onto the compiler

This fixes "from __future__ import unicode_literals" in an exec statment
See #4225
Lib/test/test_future.py
Lib/test/test_parser.py
Misc/NEWS
Modules/parsermodule.c
Python/pythonrun.c