Wednesday, December 27, 2017

Re: 'module' object has no attribute 'lru_cache'

On Wed, Dec 27, 2017 at 2:18 AM, Etienne Robillard <tkadm30@yandex.com> wrote:
OK, I've read the INSTALL file and noticed that Django dropped support for Python 2.7.

Any reasons for dropping support for Python 2.7 in the first place ?

Python 2.7 reaches its end-of-life (in terms of official bug/security support from the Python core team) in 2020. That is also when Django 1.11's end-of-life (in terms of official bug/security support from the Django team) ends.

After that, only Python 3 will be supported by the Python core team. So only Python 3 will be supported by Django.

Django 2.0 drops support for Python 2 to ensure no Django release can "outlive" official support for Python 2. If you want to continue using Python 2 with Django, you must continue using Django 1.11.

Also, it's been almost ten years since Python 3.0 was released, and you have nearly two more years. Twelve years ought to be enough to make the switch :)

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL13Cg_qLPc0Jvs52oy6NziPX1LLZY8GCXAjC3YU4nWzFBwRNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment