commit | a6b9ce185eec7127082c7d26112730099fa738ba | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 24 12:35:40 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Sep 24 12:35:40 2006 +0000 |
tree | 173acbd5ef6975762fa533d76a2e7f8523570708 | |
parent | 1f2157896524c174f39143bc8e4c8dbf22027a24 [diff] |
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)