#30949: use functools.cached_property over
django.utils.functional.cached_property
where available (py3.8+)
---------------------------------+--------------------------------------
Reporter: Thomas Grainger | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------------------------
Description changed by Adam (Chainz) Johnson:
Old description:
New description:
functools gains cached_property in Python 3.8:
https://bugs.python.org/issue21145
`django.utils.functional.cached_property` should import it and deprecate
its own implementation
--
--
Ticket URL: <https://code.djangoproject.com/ticket/30949#comment:1>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.70210f78c2853808251e21dc408131e5%40djangoproject.com.