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 eric.araujo
Recipients doko, eric.araujo, orsenthil, python-dev, r.david.murray
Date 2013-03-25.02:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364179247.59.0.891039061469.issue17536@psf.upfronthosting.co.za>
In-reply-to
Content
I would consider the list of browsers updatable in stable branches, like MIME types and encoding aliases.  The alternate names for Mozilla browsers are really just strings in a list; xdg-open/x-www-browser/gvfs-open are a little more (need to use the right class i.e. BackgroundBrowser).  I think the goal of the backport rules is to 1) not compromise stability by adding new code 2) not break code that was valid in the previous bugfix version.  Adding encoding aliases or browsers seems much smaller to me than for example the cStringIO unicode fix that added unicode support to shlex as a side effect.
History
Date User Action Args
2013-03-25 02:40:47eric.araujosetrecipients: + eric.araujo, doko, orsenthil, r.david.murray, python-dev
2013-03-25 02:40:47eric.araujosetmessageid: <1364179247.59.0.891039061469.issue17536@psf.upfronthosting.co.za>
2013-03-25 02:40:47eric.araujolinkissue17536 messages
2013-03-25 02:40:47eric.araujocreate