Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8078 closed (fixed)

sets module deprecated in Python 2.6

Reported by: Karen Tracey Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: python26
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django/contrib/admin/options.py imports sets, which causes a deprecation warning in Python 2.6. I'll attach a patch that uses set if available and only falls back to sets if necessary. Tested on Python 2.3.5, 2.5.1, and 2.6b2.

Attachments (1)

sets.diff (1.1 KB ) - added by Karen Tracey 16 years ago.

Download all attachments as: .zip

Change History (6)

by Karen Tracey, 16 years ago

Attachment: sets.diff added

comment:1 by Karen Tracey, 16 years ago

Keywords: python26 added

comment:2 by Karen Tracey, 16 years ago

Has patch: set

comment:3 by Simon Greenhill, 16 years ago

milestone: 1.0 beta
Triage Stage: UnreviewedReady for checkin

comment:4 by Gary Wilson, 16 years ago

Resolution: fixed
Status: newclosed

(In [8192]) Fixed #8078 -- Fixed a Python 2.3 incompatibility in contrib/admin/options.py, thanks Karen Tracey.

comment:5 by Jacob, 13 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

Note: See TracTickets for help on using tickets.
Back to Top