Martin Panter added the comment:

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

----------
status: closed -> open
versions: +Python 3.6 -Python 2.7, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16484>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to