django1/django/core/servers
Claude Paroz 91727c76cd Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible
headers.type/typeheader attributes are gone in Python 3. Thanks
Vinay Sajip for the inspiration of his Python 3 branch.
2012-05-18 19:40:41 +02:00
..
__init__.py Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port 2005-07-18 15:25:58 +00:00
basehttp.py Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible 2012-05-18 19:40:41 +02:00
fastcgi.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00