[New-bugs-announce] [issue22461] Test failure: Lib/test/test_pydoc.py line 851, "topic?key=def"

Larry Hastings report at bugs.python.org
Mon Sep 22 15:14:17 CEST 2014


New submission from Larry Hastings:

I get a test failure in the regression test suite.  This appears to be the important bit:

    Traceback (most recent call last):
      File "/tmp/Python-3.4.2rc1/Lib/test/test_pydoc.py", line 851, in test_url_requests
        self.assertEqual(result, title, text)
    AssertionError: 'Pydoc: Error - topic?key=def' != 'Pydoc: KEYWORD def'
    - Pydoc: Error - topic?key=def
    + Pydoc: KEYWORD def

I can ship 3.4.2rc1 like this, but I'd really like this fixed before 3.4.2 final.

Does anybody own pydoc?  There's no "expert" listed on the Python Experts page.

(Adding you, Georg, because you're the DE.)

----------
messages: 227267
nosy: georg.brandl, larry
priority: deferred blocker
severity: normal
stage: needs patch
status: open
title: Test failure: Lib/test/test_pydoc.py line 851, "topic?key=def"
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22461>
_______________________________________


More information about the New-bugs-announce mailing list