﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25968	Don't ship invalid .py files; rename them at run-time	Chris Lamb	nobody	"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"	Cleanup/optimization	closed	Core (Management commands)	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
