diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-05 08:18:50 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-05 08:18:50 (GMT) |
commit | 416ecffcc49941a39ec3109eb20ae9ce558326ea (patch) | |
tree | 8e596a0880c41d66ac21866064114f5139f2d8c1 /Misc | |
parent | 49aa72ed4c48fb613893388b470aa5b5464c1952 (diff) | |
download | cpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.zip cpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.tar.gz cpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.tar.bz2 |
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Core and Builtins Library ------- +- Issue #3067: Enhance the documentation and docstring of + locale.setlocale(). + - Issue #13254: Fix Maildir initialization so that maildir contents are read correctly. |