[Python-Dev] PEP 259: Omit printing newline after newline
Barry A. Warsaw
barry@digicool.com
Tue, 12 Jun 2001 12:06:53 -0400
>>>>> "SM" == Skip Montanaro <skip@pobox.com> writes:
SM> I suspect that most CGI scripts that didn't use any
SM> abstraction for HTTP responses suffer from this potential
SM> problem. I've been using one abstraction or another for quite
SM> awhile now, but I still have a few CGI scripts laying around
SM> that still use print to emit headers and bodies of HTTP
SM> responses.
Same here.