[Python-bugs-list] [ python-Bugs-484866 ] print '\b', '\a', etc.
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 23 Nov 2001 14:06:02 -0800
Bugs item #484866, was opened at 2001-11-23 05:55
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484866&group_id=5470
Category: IDLE
Group: Python 2.2
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
Assigned to: Guido van Rossum (gvanrossum)
Summary: print '\b', '\a', etc.
Initial Comment:
they doesn't "work" in IDLE.
(don't know if this IS a bug and if it is if belongs
to IDLE or Tk.)
python 2.2a1 on windows 2000 professional and the
included IDLE
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-11-23 14:06
Message:
Logged In: YES
user_id=6380
Depends on what you call "don't work". It writes the
characters to stdout, and that's all that Python guarantees.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484866&group_id=5470