Opened 14 years ago

Closed 14 years ago

#13303 closed (wontfix)

legacy import code to support 2.3 in runtests.py

Reported by: Gabriel Hurley Owned by: Gabriel Hurley
Component: Testing framework Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While examining the Django test suite my colleague pointed out that since Django 1.2 is dropping support for Python 2.3 it shouldn't need extraneous import statements to accommodate 2.3 anymore.

So, here's a patch to remove a block of legacy code from runtests.py.

Attachments (1)

two_point_four_has_sets.diff (442 bytes ) - added by Gabriel Hurley 14 years ago.
removes conditional import for sets that supported 2.3

Download all attachments as: .zip

Change History (3)

by Gabriel Hurley, 14 years ago

removes conditional import for sets that supported 2.3

comment:1 by Gabriel Hurley, 14 years ago

Owner: changed from nobody to Gabriel Hurley
Status: newassigned

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: wontfix
Status: assignedclosed

The policy we've been taking here is to remove these calls when we're in the neighborhood, rather than doing a complete once-off purge.

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