On Monday, November 30, 2015 at 7:02:05 PM UTC+1, Tim Graham wrote: > > Florian, your preference is to decline the change proposed by Chris and > just deal with any support queries when people see a log like below? I > understand it's not ideal to add workarounds for bugs in other software as > the proposal does, but it seems like a pragmatic solution to me. >
I am not against including it, but depending on how packaging works in Debian it could be possible to call pycompile with a proper exclusion list instead. The PR itself only works by accident, there are also files in project_template (namely the settings file and urls) which also should not get compiled (even if they are valid). So if you want to include the PR, please make sure it properly works for __all__ package data, not just the one with invalid data. That said, the amount of issues I have seen in #django due to the debundling of pip in debian/ubuntu is not something I can count on one hand anymore. Most of the time I just gave up and suggested to install pip manually, all problems gone. The syntax error has popped up three times so far (iirc) and requires no fixing aside from educating people. Cheers, Florian -- 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/3ed86d2e-a6a0-462f-90a9-dad59d9f70b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
