]> 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:36 +0000 (12:35 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 24 Sep 2006 12:35:36 +0000 (12:35 +0000)
commita10d3afed2f27504768dffd3a915a7c876258505
tree57bb038a659bdde20b75d38ca143476ee95ac59d
parent2c94bf7d410b151d6e7e38275c9dda871a5e8882
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
Lib/test/test_future.py
Misc/NEWS
Parser/parser.c