Again: Please hear my plea: print without softspace

Paul Rubin http
Wed Mar 3 14:40:42 EST 2004


m.bless at gmx.de (Martin Bless) writes:
> I'd really like to. But unfortunately I've discovered the weak point
> in my own argumentation: a new keyword could and probably would break
> existing code. Therefore I can't go for a PEP until I have a better
> idea.

You could suggest adding an "attribute" to the existing keyword:

   print foo,bar    # print with spaces
   print.n foo,bar  # print without spaces

I don't care too much for this idea but it would solve your immediate
concern.



More information about the Python-list mailing list