#30165: Deprecate ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and
ungettext_lazy()
------------------------------------------------+------------------------
               Reporter:  Jon Dufresne          |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Utilities             |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Along the lines of #27753 (Cleanups when no supported version of Django
 supports Python 2 anymore), the legacy functions in
 `django.utils.translation` -- `ugettext()`, `ugettext_lazy()`,
 `ugettext_noop()`, `ungettext()`, and `ungettext_lazy()` -- are simple
 aliases that remain for Python 2 Unicode backwards compatibility. As other
 compatibility layers have been cleaned up, these shims can be deprecated
 for removal.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30165>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.b4d3d40c3fd1b43df2b79143addb955c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to