[Python-Dev] r86962 - in python/branches/py3k: Doc/library/pydoc.rst Doc/whatsnew/3.2.rst Lib/pydoc.py Lib/test/test_pydoc.py Misc/ACKS Misc/NEWS (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Fri Dec 3 17:28:41 CET 2010


On Sat, Dec 4, 2010 at 12:00 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:

On Fri,  3 Dec 2010 10:29:12 +0100 (CET) nick.coghlan <python-checkins at 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: testurlrequests (test.testpydoc.PyDocUrlHandlerTest) ---------------------------------------------------------------------- Traceback (most recent call last):  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\testpydoc.py", line 456, in testurlrequests  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   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-Dev mailing list