]> granicus.if.org Git - python/commit
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Apr 2018 17:09:17 +0000 (20:09 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 17:09:17 +0000 (20:09 +0300)
commitc93938b5beea4c3f592119ebee6d4029558db8de
treebd5917ee6f27557e1aaf5ab5874d022826843cc3
parent827d49f3cf0296f1e267eae6834a977cf312cc1e
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)

Based on patch by Oleg Krasnikov.
Lib/test/test_tools/test_i18n.py
Misc/ACKS
Misc/NEWS.d/next/Tools-Demos/2018-03-26-18-54-24.bpo-31920.u_WKsT.rst [new file with mode: 0644]
Tools/i18n/pygettext.py