Closed
Bug 550959
Opened 15 years ago
Closed 14 years ago
end-of-life Python 2.4 for build support
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b5
People
(Reporter: bear, Assigned: sicking)
References
Details
Attachments
(1 file)
549 bytes,
patch
|
ted
:
review+
sicking
:
approval2.0+
|
Details | Diff | Splinter Review |
Now that 2.4.* is a source only build with no feature work or security patches, should we consider removing it from the supported list of Python's.
also note that 2.4.6 was last touched in December 2008 so it has missed a number of security fixes in the past 2 years
See http://www.python.org/download/releases/2.4.6/ for details
Comment 1•15 years ago
|
||
Several of the Linux distros we still support (RHEL variants) still ship with 2.4 as their default or perhaps only version of python. Until a compelling reason to drop support comes along I really don't want to do it just because.
Reporter | ||
Comment 2•15 years ago
|
||
It wasn't a complete "just because" (tho yes, it's close) - I was thinking more of the coming soon battle between Python 2.6 (and 2.7) syntax differences.
Should I close as INVALID or WONTFIX?
Comment 3•15 years ago
|
||
No, but you could point out compelling reasons why 2.5 is a better baseline than 2.4. :)
Assignee | ||
Comment 4•14 years ago
|
||
I need python 2.5 over in bug 546857 to be able to automatically generate the permissions.sqlite database.
Attachment #466695 -
Flags: review?(ted.mielczarek)
Updated•14 years ago
|
Assignee: nobody → jonas
Comment 5•14 years ago
|
||
Comment on attachment 466695 [details] [diff] [review]
Patch to fix
Yeah, let's do it.
Attachment #466695 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Updated•14 years ago
|
Depends on: kill-remote-xul
Comment 6•14 years ago
|
||
Requiring python 2.6 would be even nicer, see e.g. bug 450645
Comment 7•14 years ago
|
||
bug 460052, rather
Assignee | ||
Updated•14 years ago
|
Blocks: kill-remote-xul
No longer depends on: kill-remote-xul
I'd love to go straight to 2.6 to be able to use relpath.
Assignee | ||
Comment 9•14 years ago
|
||
I'll let Ted make the call. I'm happy to update the patch if everyone agrees it's the right thing to do.
Comment 10•14 years ago
|
||
Let's take that to a different bug, this immediately blocks sicking's work and 2.6 is a different argument.
Assignee | ||
Updated•14 years ago
|
Attachment #466695 -
Flags: approval2.0+
Assignee | ||
Comment 11•14 years ago
|
||
This blocks a blocker so marking approved
Assignee | ||
Comment 12•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/bb200e1f52b4
Checked in. Thanks for the quick review!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 13•14 years ago
|
||
(In reply to comment #4)
> I need python 2.5 over in bug 546857 to be able to automatically generate the
> permissions.sqlite database.
Actually, this is totally untrue, since you can generate hostperm.1 instead.
Assignee | ||
Comment 14•14 years ago
|
||
What is hostperm.1? And is that beneficial to permissions.sqlite?
Updated•14 years ago
|
Flags: in-testsuite-
Hardware: x86 → All
Target Milestone: --- → mozilla2.0b5
Version: unspecified → Trunk
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•