Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#27857 closed Cleanup/optimization (fixed)

Cleanups and features to use when dropping support for Python 3.4

Reported by: Tim Graham Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django 1.11 or 2.0 is likely to be the last version of Django to support Python 3.4. (see django-developers discussion)

Meanwhile, let's track cleanups and improvements we can make after that.

Attachments (1)

27857.diff (10.4 KB ) - added by Tim Graham 7 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Tim Graham, 7 years ago

Triage Stage: AcceptedSomeday/Maybe

Initial patch of cleanups attached.

by Tim Graham, 7 years ago

Attachment: 27857.diff added

comment:2 by Tim Graham, 7 years ago

Has patch: set
Triage Stage: Someday/MaybeAccepted

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

Resolution: fixed
Status: newclosed

In cfff2af:

Fixed #27857 -- Dropped support for Python 3.4.

comment:4 by Tim Graham <timograham@…>, 7 years ago

In 98706bb3:

Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In 7d8d630:

Refs #27857 -- Removed Python 3.4 from tox.ini.

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