Issue222823

classification
Title: print prints an extra space
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:14:51 by bckfnn, last changed 2000-11-18.22:33:29 by bckfnn.

Messages
msg91 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:14:51
JPython 1.1beta4 on java1.1.6 (JIT: sunwjit)
Copyright (C) 1997-1999 Corporation for National Research Initiatives
>>> for i in range(10):
...     print '.',
... 
. . . . . . . . . . >>> 


Seems to me this should print the following:
..........


msg92 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.22:33:29
This is not a bug. CPython does the same.
History
Date User Action Args
2000-11-18 19:14:51bckfnncreate