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 <rep...@bugs.python.org> <http://bugs.python.org/issue22461> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com