#25968: Don't ship invalid .py files; rename them at run-time
-------------------------------+--------------------
     Reporter:  lamby          |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.9
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  1
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 via https://github.com/django/django/pull/5735

 Debian packages unconditionally byte-compile .py files on installation and
 do not silence errors by design. Therefore, we need a way of shipping
 these
 invalid .py files without a .py extension but ensuring that when we
 template them, they end up as .py.

 We don't special-case .py files so that the all the TemplateCommand
 command-line options (eg. extra_files and extensions) still work entirely
 as expected and it may even be useful for other formats too.

 via https://github.com/django/django/pull/5735

--
Ticket URL: <https://code.djangoproject.com/ticket/25968>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.a36c585b6cf862c42dec19695ee47b46%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to