mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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__. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| module_none.py | ||
| pydoc_mod.py | ||
| pydocfodder.py | ||
| test_pydoc.py | ||