diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-04-19 22:57:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-20 07:57:24 +0200 |
| commit | fb21625270ab169fd436c36dd51acb642a97ee50 (patch) | |
| tree | 9e32f916d6d50159fe8dc6e8fae46b1748a953ce /docs/ref/utils.txt | |
| parent | 5673d4b10240b1b00bdf060fb7ac6bef858f38a3 (diff) | |
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
The u-prefixed variants were removed from the documentation in
6eb4996672ca5ccaba20e468d91a83d1cd019801.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 87c9f43baa..4599331093 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -1027,10 +1027,6 @@ appropriate entities. For a complete discussion on the usage of the following see the :doc:`translation documentation </topics/i18n/translation>`. -The ``u`` prefix on the functions below comes from a difference in Python 2 -between unicode and bytestrings. If your code doesn't support Python 2, use the -functions without the ``u``. - .. function:: gettext(message) Translates ``message`` and returns it as a string. |
