]> granicus.if.org Git - python/commit
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Feb 2018 23:59:55 +0000 (15:59 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 23:59:55 +0000 (15:59 -0800)
commitec5569b08efd28fdc032fb8b474f588633ddf6af
treee390999ae7108bfe2154beb6f85e10888cb8e331
parente650fd362ee7753ca906e1d92121a165ce45ecb6
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)

(cherry picked from commit eee72d4778a5513038edd5236cdd87ccce2bc60a)

Co-authored-by: Tobotimus <Tobotimus@users.noreply.github.com>
Lib/test/test_tools/test_i18n.py
Misc/NEWS.d/next/Tools-Demos/2017-12-07-20-51-20.bpo-32222.hPBcGT.rst [new file with mode: 0644]
Tools/i18n/pygettext.py