string join() method

Damjan gdamjan at gmail.com
Thu Mar 24 10:41:14 EST 2005


> but perhaps the webserver sanitizes the output of CGI script and converts
> plain "\n" into "\r\n" 

Yes apache does this, since it adds its own headers anyway it will replace
all '\n' in the headers with '\r\n' and '\n\n' with '\r\n\r\n'.


-- 
damjan



More information about the Python-list mailing list