What steps will reproduce the problem?
1. Execute the following script:
for i in range(30):
print ".",
What is the expected output? What do you see instead?
The dots all have a space between them - but there shouldn't be.
Original issue reported on code.google.com by johannes...@gmail.com on 24 Nov 2007 at 11:29
Original issue reported on code.google.com by
johannes...@gmail.com
on 24 Nov 2007 at 11:29