#376: Add a handler for mod_python v. 2 (Django requires v. 3)
------------------------+---------------------------------------------------
Reporter: Manuzhai | Owner: adrian Status: reopened | Component: Core framework Version: 0.95 | Resolution: Keywords: | Stage: Accepted Has_patch: 1 | Needs_docs: 1 Needs_tests: 1 | Needs_better_patch: 1 ------------------------+---------------------------------------------------
Changes (by adrian):

 * status:  closed => reopened
 * needs_better_patch:  0 => 1
 * stage:  Unreviewed => Accepted
 * resolution:  invalid =>
 * needs_docs:  0 => 1

Comment:

Reopening this because it seems to have a champion. However, the patch is
not acceptable, as it's based on our {{{modpython.py}}} handler from a
long time ago. That handler has changed since then, and this patch will
need to incorporate those changes. For example,
{{{ModPythonRequest.__repr__()}}} has changed, and
{{{settings.ENABLE_PSYCO}}} no longer exists.

I'd suggest starting with the current
{{{django/core/handlers/modpython.py}}} and tweaking it to making the
mod_python version 2 changes.

--
Ticket URL: <http://code.djangoproject.com/ticket/376#comment:9>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to