[issue13296] IDLE: __future__ flags don't clear on shell restart

2011-10-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! Committed to 27 (for release in 2.7.3), 32 (for 3.2.3), and default (for 3.3). -- assignee: -> ned.deily nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3 -Python 2.6, P

[issue13296] IDLE: __future__ flags don't clear on shell restart

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 87251608cb64 by Ned Deily in branch '2.7': Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. http://hg.python.org/cpython/rev/87251608cb64 New changeset 9fbf79d6be56 by Ned Deily in branch '3.2': Issue 13296: Fix IDLE to cle

[issue13296] IDLE: __future__ flags don't clear on shell restart

2011-10-30 Thread Roger Serwy
New submission from Roger Serwy : The interactive interpreter in IDLE does not reset its compiler __future__ flags when you restart the shell. To verify this, type into the shell: >>> from __future__ import barry_as_FLUFL >>> 1 != 2 You'll get a syntax error. Restart the shell an