Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | two_point_four_has_sets.diff added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
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.
removes conditional import for sets that supported 2.3