On Sat, Dec 4, 2010 at 12:00 AM, Antoine Pitrou <solip...@pitrou.net> wrote:
> On Fri,  3 Dec 2010 10:29:12 +0100 (CET)
> nick.coghlan <python-check...@python.org> wrote:
>> Author: nick.coghlan
>> Date: Fri Dec  3 10:29:11 2010
>> New Revision: 86962
>>
>> Log:
>> Improve Pydoc interactive browsing (#2001).  Patch by Ron Adam.
>
> Tests seem to fail under Windows:
>
> ======================================================================
> FAIL: test_url_requests (test.test_pydoc.PyDocUrlHandlerTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File 
> "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_pydoc.py",
>  line 456, in test_url_requests
>    self.assertEqual(result, title)
> AssertionError: 'Python: Read Error' != 'Python: getfile 
> /D:\\cygwin\\home\\db3l\\buildarea\\3.x.bolen-windows\\build\\l [truncated]...
> - Python: Read Error
> + Python: getfile 
> /D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\string.py
>
>
> (http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/3708/steps/test/logs/stdio)

Yeah, Georg pointed that one out. My latest checkin *should* have
fixed it (but we'll see what the buildbots have to say).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to