[Idle-dev] [ idlefork-Bugs-695861 ] Unnecessary blank line triggered by continuation in Shell

SourceForge.net noreply@sourceforge.net
Sat, 01 Mar 2003 19:40:10 -0800


Bugs item #695861, was opened at 2003-03-02 03:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=695861&group_id=9579

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Harris (edcdave)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unnecessary blank line triggered by continuation in Shell

Initial Comment:
Windows XP, IDLEfork 0.9a2, Python 2.2.2

The following interactive session generates an 
unexpected blank line:

>>> word = 'letters'
>>> for c in word: print c,
                        # continuation line, pressed Enter
l e t t e r s
>>> 'h' in word
                       # unexpected blank line
0
>>> 'e' in word
1
>>>


IDLE 0.8 does not generate the unexpected blank line. 
The behavior seems to be triggered by a prior need for a 
continuation line.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=695861&group_id=9579