]> granicus.if.org Git - python/commit
Merged revisions 67066 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Fri, 31 Oct 2008 02:26:20 +0000 (02:26 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 31 Oct 2008 02:26:20 +0000 (02:26 +0000)
commit084ce7a5dcadc2d1bac565a363ae54bbcb09abd0
treebecfcca3c908631d560cc08376d5747a79618168
parentf4d016f38a48e15823021b969aa66cabd0f679a8
Merged revisions 67066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67066 | benjamin.peterson | 2008-10-30 21:16:05 -0500 (Thu, 30 Oct 2008) | 5 lines

  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