>From the branches it looks like all Django versions above 2.1 are using this commit and therefore are fixed. אורי [email protected]
On Tue, Jul 9, 2019 at 12:04 AM Joe Reitman <[email protected]> wrote: > Looks like a bug in pyparsing.py > > https://github.com/pyparsing/pyparsing/pull/16 > > On Monday, July 8, 2019 at 1:09:16 PM UTC-5, Uri Even-Chen wrote: >> >> Hi, >> >> I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with >> Python 3.7, and found out that when running tests with deprecation warnings >> enabled, I receive the following error: >> >> DeprecationWarning: Using or importing the ABCs from 'collections' >> instead of from 'collections.abc' is deprecated, and in 3.8 it will stop >> working >> >> Is this known that Django 1.11 doesn't work with Python 3.7 >> with deprecation warnings enabled? Does this problem exist with other >> versions of Django too? >> >> By the way, running tests without deprecation warnings enabled works (the >> tests pass). >> >> אורי >> [email protected] >> > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/b75d78e1-93a6-43f7-8326-6dc34fbc2ca6%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b75d78e1-93a6-43f7-8326-6dc34fbc2ca6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CABD5YeEyonbgMY-uFNqqjgCEVW4M3MaJdeg9Nsc4K%2BNNq3iA8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

