]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34311: Add locale.localize (GH-15275)
authorCédric Krier <cedk@users.noreply.github.com>
Mon, 12 Apr 2021 12:17:40 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 12:17:40 +0000 (14:17 +0200)
commite126547c070fbc080562abb08e16a2c93a8a805d
treeec2d7f22999855aa870d69891fb476106f2b9fe0
parent95bbb331ecb3ef5d05859d90b287cc3d27613c86
bpo-34311: Add locale.localize (GH-15275)

* Add method localize to the locale module
* Update the documentation of the locale module
Doc/library/locale.rst
Lib/locale.py
Lib/test/test_locale.py
Misc/NEWS.d/next/Library/2019-08-14-13-19-50.bpo-33731.9esS0d.rst [new file with mode: 0644]