#4119: Incorrect HTTP-Date format in expire field of HTTP Header
--------------------------------+-------------------------------------------
Reporter: Ciantic | Owner: mtredinnick
Status: new | Component: Contrib apps
Version: SVN | Resolution:
Keywords: http-date header | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------+-------------------------------------------
Changes (by mtredinnick):
* owner: adrian => mtredinnick
Comment:
You can always spot the python 2.5 users: email.utils is new in Python
2.5. It's called email.Utils in 2.3 and 2.4 and 2.5 also understands that
name (there's an alias in email/__init__.py). So you should import
email.Utils everywhere.
Other than that, the patch looks great. Agree with all your comments
(including the discussion being confusing). I'll give it another review
and check it in when I get a chance.
--
Ticket URL: <http://code.djangoproject.com/ticket/4119#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
-~----------~----~----~----~------~----~------~--~---