Changes between Initial Version and Version 1 of Ticket #19081, comment 2


Ignore:
Timestamp:
Oct 7, 2012, 3:44:33 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19081, comment 2

    initial v1  
    33
    44If this code was copy-pasted into Django for compatibility with Python < 2.5, and we didn't alter it significantly, we should consider switching to the classes provided by `wsgiref`.
     5
     6After discussing this with Florian on IRC, we'd like to try to compare the current code with the 2.6 and 2.7 stdlib, and switch to the stdlib wherever possible, subclassing if necessary. Thus we'll benefit from a correct WSGI implementation both under Python 2 and 3.
Back to Top