#6063: BaseHttp server crash since last SVN update
-------------------------+--------------------------------------------------
Reporter: MartÃn Conte | Owner: nobody
Status: new | Component: django-admin.py runserver
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
-------------------------+--------------------------------------------------
I'm getting
{{{
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 279, in run
self.finish_response()
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 318, in finish_response
self.write(data)
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 389, in write
assert type(data) is StringType,"write() argument must be string"
AssertionError: write() argument must be string
}}}
It is happens sice last SVN update. I think this is related to new
SafeString patch. There is my patch.
--
Ticket URL: <http://code.djangoproject.com/ticket/6063>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---