File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The :mod:`locale` module defines the following exception and functions:
5858 specified in the :envvar: `LANG ` environment variable). If the locale is not
5959 changed thereafter, using multithreading should not cause problems.
6060
61- .. verssionchanged :: next
61+ .. versionchanged :: next
6262 Support language codes with ``@ ``-modifiers.
6363
6464
@@ -374,8 +374,9 @@ The :mod:`locale` module defines the following exception and functions:
374374 determined.
375375 The "C" locale is represented as ``(None, None) ``.
376376
377- .. verssionchanged :: next
378- The language code can now contain a ``@ ``-modifier.
377+ .. versionchanged :: next
378+ ``@ ``-modifier are no longer silently removed, but included in
379+ the language code.
379380
380381
381382.. function :: getpreferredencoding(do_setlocale=True)
You can’t perform that action at this time.
0 commit comments