Opened 11 years ago

Closed 11 years ago

#20746 closed Cleanup/optimization (fixed)

Remove Python 2.6 specific code/docs

Reported by: Tim Graham Owned by: nobody
Component: Python 2 Version: dev
Severity: Normal 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

Pull request forthcoming which addresses the following issues

  • Added Python version requirements to 1.7 release notes.
  • Removed some mentions of Python 2.6 from the docs.
  • Removed skipping of tests on Python 2.6
  • Removed mention of Python 2.6 from a comment
  • Removed an unnecessary check in django.utils.itercompat now that Python 2.6 is not supported.
  • Removed a Python 2.6 bug workaround in django.core.mail.message
  • Removed django.test.testcases.StoppableWSGIServer.

I didn't edit the GIS docs. There's one section for pyslite2 that starts "If you are on Python 2.6" but I didn't modify it as there many be other changes besides just removing this and I'm not knowledgeable about it.

Change History (3)

comment:1 by Tim Graham, 11 years ago

PR for review.

comment:2 by Claude Paroz <claude@…>, 11 years ago

In 1b142ef5dd7a6e5a21abf43d4d21846c9f1eb794:

Removed Python 2.6 references in GIS docs

Refs #20746.

comment:3 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 2456ffa42c33d63b54579eae0f5b9cf2a8cd3714:

Fixed #20746 -- Removed Python 2.6 specific code/docs

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