]> 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:23:26 +0000 (15:23 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 23:23:26 +0000 (15:23 -0800)
commit51d95ffc2fb3337dc87277c9af25ecc9a01f991b
treee0df05550b3e5b2da05412f9d99ee6fef2c13ef0
parent53d3f8a89971bac3d2f454ff9f923066ecc3a6d9
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