[Python-checkins] r42109 - in python/branches/release24-maint: Lib/urlparse.py Misc/NEWS

Fred L. Drake, Jr. fdrake at acm.org
Sat Jan 21 02:00:58 CET 2006


On Friday 20 January 2006 19:41, Anthony Baxter wrote:
 > I don't think these should be added to 2.4.x. It violates the "all
 > 2.4.x releases are feature equivalent" assertion we try to make.
 > Suddenly someone needs to specify "You will need 2.4.3 to do this".
 > Since 2.5 is not too far away, I think this should be reverted.

We have to specify things like that anyway just to avoid segfaults 
sometimes.  :-)

I've never thought of the list of supported URL schemes for urlparse as a 
feature definition, but that's not an unreasonable stance.

The next question becomes:  should I back out my addition of svn: and 
svn+ssh:?  The decision that the list of URL schemes is a feature definition 
suggests I should, but it was already included in 2.4.2.  Would removing it 
cause more harm than good at this point?  I don't remember offhand exactly 
which release added those, but can look it up if it matters.


  -Fred

-- 
Fred L. Drake, Jr.   <fdrake at acm.org>


More information about the Python-checkins mailing list