Boris Ozegovic wrote:
> Steve Holden wrote:
>
Why do I get double new lines when geting data from server? Example:
>> How? It's customary to include details when you've solved your own
>> problem in case someone else gets the same issue.
>
> Ok. In do_GET I had this two lines:
>
> for li
Steve Holden wrote:
>>> Why do I get double new lines when geting data from server? Example:
> How? It's customary to include details when you've solved your own
> problem in case someone else gets the same issue.
Ok. In do_GET I had this two lines:
for line in file:
print line
As you c
Boris Ozegovic wrote:
> Boris Ozegovic wrote:
>
>> Why do I get double new lines when geting data from server? Example:
>
> Fixed.
>
How? It's customary to include details when you've solved your own
problem in case someone else gets the same issue.
regards
Steve
--
Steve Holden+1
Boris Ozegovic wrote:
> Why do I get double new lines when geting data from server? Example:
Fixed.
--
Ne dajte da nas lažljivac Bandić truje:
http://cnn.blog.hr/arhiva-2007-06.html#1622776372
--
http://mail.python.org/mailman/listinfo/python-list
Why do I get double new lines when geting data from server? Example:
I have a following file:
--start-
Ovo je testni primjerak
--end---
And the code is:
conn = httplib.HTTPConnection("localhost:8000")
conn.request("GET", "/folder/index.html")
response = conn.g