[Python-bugs-list] [Bug #117684] IDLE stack browser display problem

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Oct 2000 14:17:48 -0700


Bug #117684, was updated on 2000-Oct-25 07:10
Here is a current snapshot of the bug.

Project: Python
Category: IDLE
Status: Closed
Resolution: Invalid
Bug Group: Irreproducible
Priority: 5
Summary: IDLE stack browser display problem

Details: IDLE doesn't properly display variables whose string
representation contains a newline.

The second line of those variables gets overwritten
by the next variable in the stack display.

Follow-Ups:

Date: 2000-Oct-25 14:17
By: gvanrossum

Comment:
Sorry, I can't reproduce this problem. When I try this, variables like that are displayed with '\n' instead of the newline (same as repr() does).

I'm closing the bug report; if you have additional information, add it here and I'll reopen it.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=117684&group_id=5470