mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
This commit is contained in:
parent
3a087beddd
commit
eee72d4778
3 changed files with 102 additions and 4 deletions
|
@ -0,0 +1,3 @@
|
|||
Fix pygettext not extracting docstrings for functions with type annotated
|
||||
arguments.
|
||||
Patch by Toby Harradine.
|
Loading…
Add table
Add a link
Reference in a new issue