Opened 9 years ago

Closed 9 years ago

#24081 closed Bug (fixed)

Latest six update broke Python 2.5 compatibility

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

Description

Only relevant to the 1.4 branch, but we'll need an update of six or a workaround before the next release.

https://bitbucket.org/gutworth/six/issue/111/operatormethodcaller-doesnt-exist-on

Change History (2)

comment:1 by Tim Graham, 9 years ago

Owner: changed from nobody to Tim Graham
Status: newassigned
Summary: Latest six update broken Python 2.5 compatibilityLatest six update broke Python 2.5 compatibility

We'll downgrade six to 1.8 as it has dropped Python 2.5 support in 1.9+.

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 2fd8054fda5b8ec304d675f82f4bd80c16e3fd95:

[1.4.x] Fixed #24081 -- Downgraded six to 1.8.0.

This reverts commit a25c444bc701b496f2b05f57fc3ec42cdac9dd85.

six 1.9+ requires Python 2.6 so this commit restores Python 2.5 compatibility.

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