◐ Shell
clean mode source ↗

Message 227267 - Python tracker

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.)