[Python-bugs-list] [ python-Bugs-484857 ] print with comma ended

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Nov 2001 05:33:09 -0800


Bugs item #484857, was opened at 2001-11-23 05:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484857&group_id=5470

Category: IDLE
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
Assigned to: Guido van Rossum (gvanrossum)
Summary: print with comma ended

Initial Comment:
python 2.2a1 on windows 2000 professional, and the 
included IDLE.

the following function prints 'AB' in the command 
line, but 'A B' in IDLE.
should print 'AB' as stated in chapter 6.6 item 3 of 
the Reference manual

def test():
    print "%c" % 65,
    sys.stdout.write("")
    print "%c" % 66

test()



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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484857&group_id=5470