This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bazwal
Recipients bazwal, berker.peksag, lilydjwg, phd, pitrou, serhiy.storchaka, ssokolow
Date 2015-02-27.20:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425067555.79.0.21274664923.issue23262@psf.upfronthosting.co.za>
In-reply-to
Content
> this will break the support of IceApe on Debian Etch

Is Python committed to supporting obsolete Debian releases? The latest oldstable Debian release (6.0 Squeeze) has iceape-2.0.11 [1], which does seem to support the -new-window and -new-tab options (I haven't actually tested this, though - I just looked at the source code [2]).

The iceweasel/iceape products are just rebranded versions of Firefox and Seamonkey. The webbrowser module currently supports them via the generic Mozilla class - so Python should only be concerned about which versions of the common Mozilla codebase it needs to continue support for.

[1] https://packages.debian.org/search?suite=squeeze&searchon=names&keywords=iceape
[2] http://anonscm.debian.org/cgit/pkg-mozilla/iceape.git/tree/mozilla/browser/components/nsBrowserContentHandler.js?h=squeeze#n419
History
Date User Action Args
2015-02-27 20:05:55bazwalsetrecipients: + bazwal, phd, pitrou, ssokolow, lilydjwg, berker.peksag, serhiy.storchaka
2015-02-27 20:05:55bazwalsetmessageid: <1425067555.79.0.21274664923.issue23262@psf.upfronthosting.co.za>
2015-02-27 20:05:55bazwallinkissue23262 messages
2015-02-27 20:05:55bazwalcreate