﻿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
19859	Django 1.4.4 release tarball includes .pyc files (including bare)	katzj@…	nobody	"The Django 1.4.4 release tarball includes some .pyc files

$ tar -tzf Django-1.4.4.tar.gz |grep \.pyc
Django-1.4.4/django/conf/locale/__init__.pyc
Django-1.4.4/django/conf/locale/en/__init__.pyc
Django-1.4.4/django/conf/locale/en/formats.pyc
Django-1.4.4/django/contrib/sessions/management/__init__.pyc

Not great in general but the last one is especially bad as there isn't a corresponding .py file of __init__.py and django.contrib.sessions.management doesn't exist for 1.4.  This breaks usage on OS/python versions that don't match (eg, CentOS6 + python 2.6 breaks for me)"	Uncategorized	closed	Uncategorized	1.4	Release blocker	duplicate			Unreviewed	0	0	0	0	0	0
