Failing test for schemes extension

Mads Kiilerich mads at kiilerich.com
Tue Apr 6 14:43:56 CDT 2010


Michael Glassford wrote, On 04/06/2010 09:31 PM:
>> Can someone confirm if this is a 2.6.5 issue?
>
> I reported below that I saw the same problem with Python 2.5.2, but I 
> tried it again and don't see it there, so I must have made a mistake 
> the first time. That makes it seem like it probably is a Python 2.6.5 
> issue.
>
> For what it's worth, Python 3.1  behaves the same as Python 2.6.5 when 
> you adjust for the fact that the urlparse module has been renamed to 
> urllib.parse (i.e., the code snippet outputs "l:" instead of "l://").

Introduced with 
http://svn.python.org/view/python/branches/release26-maint/Lib/urlparse.py?r1=66717&r2=78235 
to fix http://bugs.python.org/issue7904

/Mads


More information about the Mercurial-devel mailing list