#29565: SyntaxError when running in Python 3.7
-----------------------------------------+------------------------
               Reporter:  Federico Bond  |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  contrib.admin  |        Version:  1.11
               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              |
-----------------------------------------+------------------------
 Django 1.11.14 throws Syntax error while loading
 django.contrib.admin.widgets in Python 3.7.

 {{{
   File "./env/lib/python3.7/site-
 packages/django/contrib/admin/widgets.py", line 152
     '%s=%s' % (k, v) for k, v in params.items(),
     ^
 SyntaxError: Generator expression must be parenthesized
 }}}

 This can be fixed by removing the trailing comma at the end of the line.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29565>
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/055.da1aad9d808dc9555b89f3cc197f6281%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to