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 martin.panter
Recipients brett.cannon, eric.araujo, eric.snow, georg.brandl, kau8hik, martin.panter, mgedmin, python-dev, r.david.murray, sean.rodman
Date 2016-06-04.08:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465027231.74.0.00782786753165.issue16484@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the test is broken on Windows:

http://buildbot.python.org/all/builders/x86%20Windows7%203.5/builds/915/steps/test/logs/stdio
======================================================================
ERROR: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\test\test_pydoc.py", line 458, in test_mixed_case_module_names_are_lower_cased
    self.assertIn('xml.etree.elementtree', doc_link)
  File "D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\unittest\case.py", line 1076, in assertIn
    if member not in container:
TypeError: argument of type 'NoneType' is not iterable
History
Date User Action Args
2016-06-04 08:00:31martin.pantersetrecipients: + martin.panter, brett.cannon, georg.brandl, mgedmin, eric.araujo, r.david.murray, python-dev, eric.snow, sean.rodman, kau8hik
2016-06-04 08:00:31martin.pantersetmessageid: <1465027231.74.0.00782786753165.issue16484@psf.upfronthosting.co.za>
2016-06-04 08:00:31martin.panterlinkissue16484 messages
2016-06-04 08:00:31martin.pantercreate