Again: Please hear my plea: print without softspace
Paul Rubin
http
Wed Mar 3 14:40:42 EST 2004
More information about the Python-list mailing list
Wed Mar 3 14:40:42 EST 2004
- Previous message (by thread): Again: Please hear my plea: print without softspace
- Next message (by thread): Again: Please hear my plea: print without softspace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Again: Please hear my plea: print without softspace
- Next message (by thread): Again: Please hear my plea: print without softspace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list