Admin backend uses `set` without the Python 2.3 fallback
in line 38 of admin.actions.py:
perms_needed = set()
it gets error:
global name 'set' is not defined
with python 2.3.4
Attachments
(1)
- 10997.diff
(546 bytes
) - added by Joey Wilhelm 16 years ago.
- Simple enough patch. Shouldn't be any docs/tests required. Pulled this straight from options.py
Download all attachments as:
.zip
Change History
(9)
Owner: |
changed from nobody to anonymous
|
Status: |
new → assigned
|
Owner: |
anonymous removed
|
Status: |
assigned → new
|
Owner: |
set to Joey Wilhelm
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Simple enough patch. Shouldn't be any docs/tests required. Pulled this straight from options.py