Considering that PEP 492 is mostly about new syntax, it's not really possible to write code in the core that will work in earlier Python versions. Unless you wrap everything into some compatibility later, but that defeats the purpose of the PEP.
Also, Django doesn't really have any asynchronous parts in the core. BR, Lucas On Saturday, June 20, 2015, Benjamin Melki <[email protected]> wrote: > Hi, > are there any chances for a future Django version to benefit from new > built in Python async features ( https://www.python.org/dev/peps/pep-0492/ > ) ? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','django-developers%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/a9353635-0583-43b3-b8c1-d1aa68c8a951%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/a9353635-0583-43b3-b8c1-d1aa68c8a951%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAEZs-ELK1f%2BkYzxqU8JRQ2EVWi8Pc%3Dod_B%3D%2B8YWJpP4nvKjuQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
