]> granicus.if.org Git - python/commit
Fix a bug in the parser's future statement handling that led to "with"
authorGeorg Brandl <georg@python.org>
Sun, 24 Sep 2006 12:35:40 +0000 (12:35 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 24 Sep 2006 12:35:40 +0000 (12:35 +0000)
commita6b9ce185eec7127082c7d26112730099fa738ba
tree173acbd5ef6975762fa533d76a2e7f8523570708
parent1f2157896524c174f39143bc8e4c8dbf22027a24
Fix a bug in the parser's future statement handling that led to "with"
not being recognized as a keyword after, e.g., this statement:
from __future__ import division, with_statement
 (backport from rev. 51993)
Lib/test/test_future.py
Misc/NEWS
Parser/parser.c