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

2014-09-22 Thread Larry Hastings
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,

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

2014-09-22 Thread Georg Brandl
Georg Brandl added the comment: I have no idea about that code, and I can't reproduce the failure. (Could the buildbots?) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22461 ___

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

2014-09-22 Thread R. David Murray
R. David Murray added the comment: I can't reproduce it either, and none of the failing stable buildbots show this error. Unfortunately we can only look at tip since we can't see your tag yet. But I doubt that's the issue...the last commit to pydoc or its tests was on the 17th, and was a

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

2014-09-22 Thread Larry Hastings
Larry Hastings added the comment: FWIW, 3.4.2rc1 is based on 7af0315bdfe0. (The release process creates a couple additional changesets.) The failure is on my laptop, Ubuntu 14.04 x64. -- ___ Python tracker rep...@bugs.python.org

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

2014-09-22 Thread R. David Murray
R. David Murray added the comment: No failure running test_pydoc for me on gentoo linux with that changeset. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22461 ___

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

2014-09-22 Thread Zachary Ware
Zachary Ware added the comment: R. David Murray wrote (on python-committers): So...Larry broke it, but it is not obvious how. Could it be something wrong with the pydoc topics update for the release? Indeed, it looks like somehow the pydoc-topics update turned all of the values in the

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

2014-09-22 Thread Georg Brandl
Georg Brandl added the comment: That is very likely the reason. So far nobody has run the builder with Python 3. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22461 ___

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

2014-09-22 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue21431? -- nosy: +ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22461 ___ ___

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

2014-09-22 Thread Georg Brandl
Georg Brandl added the comment: Yep. -- resolution: - duplicate status: open - closed superseder: - 3.4.1rc1 test_pydoc fails: pydoc_data.topics.topics values are type bytes not str ___ Python tracker rep...@bugs.python.org

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

2014-09-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: needs patch - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22461 ___ ___