mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Patch by Yuyang Guo and Berker Peksag.
This commit is contained in:
parent
3584056ca5
commit
54237f9fea
4 changed files with 38 additions and 2 deletions
|
|
@ -506,6 +506,7 @@ Eric Groo
|
|||
Dag Gruneau
|
||||
Filip Gruszczyński
|
||||
Thomas Guettler
|
||||
Yuyang Guo
|
||||
Anuj Gupta
|
||||
Michael Guravage
|
||||
Lars Gustäbel
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
|
||||
docstrings.
|
||||
|
||||
- Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
|
||||
module. Original patch by Claudiu Popa.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue