Bug 71593

Summary: Remove Python 2.5 support from WebKit
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, levin, leviw, ojan, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 78156, 78161, 78164, 78170, 78173, 78176, 78178    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch eric: review+, eric: commit-queue+

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!