Author: PaulM
Date: 2011-09-18 14:33:14 -0700 (Sun, 18 Sep 2011)
New Revision: 16852

Modified:
   django/trunk/django/core/validators.py
Log:
Removed an unused function definition.


Modified: django/trunk/django/core/validators.py
===================================================================
--- django/trunk/django/core/validators.py      2011-09-18 08:33:39 UTC (rev 
16851)
+++ django/trunk/django/core/validators.py      2011-09-18 21:33:14 UTC (rev 
16852)
@@ -123,7 +123,6 @@
                 else:
                     handlers.append(urllib2.HTTPSHandler())
                 map(opener.add_handler, handlers)
-                opener.http_error_301 = lambda: True
                 if platform.python_version_tuple() >= (2, 6):
                     opener.open(req, timeout=10)
                 else:

-- 
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