mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
Fix a bug in the pydoc module that was hiding functions in a Python
module if they were implemented in an extension module and the module did
not have __all__.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| module_none.py | ||
| pydoc_mod.py | ||
| pydocfodder.py | ||
| test_pydoc.py | ||