New submission from Martin Fischer :
The unittest documentation[1] describes unittest.doModuleCleanups().
That function however doesn't exist since it's only in the unittest.case module
and not re-exported in the unittest module (unlike addModuleCleanup).
So I think either the doc
Change by Martin Fischer :
--
title: unittest.doModuleCleanups() does not exist -> [doc]
unittest.doModuleCleanups() does not exist
___
Python tracker
<https://bugs.python.org/issu
New submission from Martin Fischer :
API members documented in sphinx have an object name, which allow the
documentation to be linked from other projects. Sphinx calculates the
object name by prefixing the current module name to the directive
argument, e.g:
.. module:: foo
.. function
Change by Martin Fischer :
--
keywords: +patch
pull_requests: +29739
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31615
___
Python tracker
<https://bugs.python.org/issu
New submission from Martin Fischer :
As per [1] the py:data directive describes data in a module.
It should not be used for submodules, that's what the module directive is for.
A side-effect that this is causing is that msilib.schema, msilib.sequence
and msilib.text do not show up i
Change by Martin Fischer :
--
keywords: +patch
pull_requests: +29744
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31620
___
Python tracker
<https://bugs.python.org/issu
Martin Fischer added the comment:
([2] was meant to be an online link:
https://docs.python.org/3.9/py-modindex.html#cap-m)
--
___
Python tracker
<https://bugs.python.org/issue46
Martin Fischer added the comment:
Can you attach such a .zip file so that others can reproduce the bug?
--
nosy: +push-f
___
Python tracker
<https://bugs.python.org/issue46