[issue39501] gettext's default localedir does not match documentation
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
New submission from Thomas Perret <thomas.perret+python@gresille.org>: gettext's documentation (Doc/library/gettext.rst:724) states that default locale directory is: "sys.prefix/share/locale" but the code in gettext module (Lib/gettext.py:63) uses "sys.base_prefix/share/locale" ---------- assignee: docs@python components: Documentation, Library (Lib) messages: 361054 nosy: docs@python, moht priority: normal severity: normal status: open title: gettext's default localedir does not match documentation type: behavior _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39501> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Guido van Rossum <guido@python.org> added the comment: Fixed by Carl-y in PR 18435, PR 18440, PR 18439. (Sorry, those commits were attributed to issue3950 by mistake.) ---------- nosy: +gvanrossum resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39501> _______________________________________
participants (2)
-
Guido van Rossum
-
Thomas Perret