This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients georg.brandl, larry
Date 2014-09-22.13:14:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411391657.7.0.939727555746.issue22461@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2014-09-22 13:14:17larrysetrecipients: + larry, georg.brandl
2014-09-22 13:14:17larrysetmessageid: <1411391657.7.0.939727555746.issue22461@psf.upfronthosting.co.za>
2014-09-22 13:14:17larrylinkissue22461 messages
2014-09-22 13:14:17larrycreate