#10997: Admin backend uses `set` without the Python 2.3 fallback
----------------------------------+-----------------------------------------
 Reporter:  anonymous             |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 in line 38 of admin.actions.py:

     perms_needed = set()

 it gets error:

 global name 'set' is not defined

 with python 2.3.4

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10997>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to