> Where's the official page to report bugs?
I think this is not even web.py "fault" but a general problem in
Python 2.5. Getting a wrong Content-length with files using CR+LG is a
problem in Python's SimpleHTTPServer too, reason is somewhere in
module "os" as I remember correctly. I looked into it a while ago but
forgot (or better had not the time) to report it on Python dev. In
Python 2.4 this problem is not present. I guess it should work with
web.py also, anyone still using web.py in Py 2.4?
Chris