Bug 71593 - Remove Python 2.5 support from WebKit
Summary: Remove Python 2.5 support from WebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
: 48614 (view as bug list)
Depends on: 78156 78161 78164 78170 78173 78176 78178
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-04 16:29 PDT by Eric Seidel (no email)
Modified: 2012-03-19 16:17 PDT (History)
7 users (show)

See Also:


Attachments
Patch (212.12 KB, patch)
2011-11-04 16:29 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch (1.55 KB, patch)
2012-02-08 16:49 PST, Adam Barth
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2011-11-04 16:29:12 PDT
Remove Python 2.5 support from WebKIt
Comment 1 Eric Seidel (no email) 2011-11-04 16:29:54 PDT
Created attachment 113730 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-11-05 16:27:12 PDT
*** Bug 48614 has been marked as a duplicate of this bug. ***
Comment 3 Eric Seidel (no email) 2012-01-25 15:06:05 PST
My understanding is all the bots are ready for 2.6+ now.  I'm going to commit a small change which requires 2.6 and we can back it out if we have trouble.
Comment 4 Eric Seidel (no email) 2012-01-25 15:11:55 PST
Committed r105931: <http://trac.webkit.org/changeset/105931>
Comment 5 Eric Seidel (no email) 2012-01-25 15:12:17 PST
This is not actually fixed yet. :)  I forgot to use --no-close.
Comment 6 Adam Barth 2012-01-25 15:13:32 PST
As we discussed, we're going to make this change in small pieces.
Comment 7 Adam Barth 2012-02-08 14:55:11 PST
Comment on attachment 113730 [details]
Patch

This patch is too large.  Let's do this in smaller pieces.
Comment 8 Adam Barth 2012-02-08 16:49:19 PST
Created attachment 126188 [details]
Patch
Comment 9 Eric Seidel (no email) 2012-02-08 16:50:07 PST
Comment on attachment 126188 [details]
Patch

OK.  I suspect this isn't everythign, but we can close this. :)
Comment 10 Adam Barth 2012-02-08 16:50:55 PST
Committed r107156: <http://trac.webkit.org/changeset/107156>
Comment 11 Raphael Kubo da Costa (:rakuco) 2012-03-19 16:15:21 PDT
I've updated https://trac.webkit.org/wiki/PythonGuidelines removing comments about Python 2.5 being supported, and what cannot be used without upgrading to 2.6. I don't have access to a Mac to update the Mac upgrade instructions, though (dunno if they should cover upgrading from 2.5 too).
Comment 12 Eric Seidel (no email) 2012-03-19 16:17:19 PDT
(In reply to comment #11)
> I've updated https://trac.webkit.org/wiki/PythonGuidelines removing comments about Python 2.5 being supported, and what cannot be used without upgrading to 2.6. I don't have access to a Mac to update the Mac upgrade instructions, though (dunno if they should cover upgrading from 2.5 too).

Thanks!