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 serhiy.storchaka
Recipients serhiy.storchaka, xdegaye
Date 2018-07-21.17:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532194373.75.0.56676864532.issue34182@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python Lib/test/test_pydoc.py
...
======================================================================
ERROR: test_mixed_case_module_names_are_lower_cased (__main__.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_pydoc.py", line 460, in test_mixed_case_module_names_are_lower_cased
    self.assertIn('xml.etree.elementtree', doc_link)
  File "/home/serhiy/py/cpython/Lib/unittest/case.py", line 1103, in assertIn
    if member not in container:
TypeError: argument of type 'NoneType' is not iterable

----------------------------------------------------------------------

Since it works in 3.6, seems the regression was introduced in issue32031.
History
Date User Action Args
2018-07-21 17:32:53serhiy.storchakasetrecipients: + serhiy.storchaka, xdegaye
2018-07-21 17:32:53serhiy.storchakasetmessageid: <1532194373.75.0.56676864532.issue34182@psf.upfronthosting.co.za>
2018-07-21 17:32:53serhiy.storchakalinkissue34182 messages
2018-07-21 17:32:53serhiy.storchakacreate