﻿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
4924	Loading of compressed fixtures	lars.yencken@…	Jeremy Dunck	"Fixtures contain a lot of redundancy (in xml or json format), so they compress well. This patch adds detection and loading of bzip2 or gzip compressed  fixtures, since these formats are supported natively in Python. It also contains some test cases.

An example of the utility of this patch: in my project, an initial_data.json fixture was around 4Mb and bzip2'ed down to ~150Kb, a much more reasonable size for storing in a repository. I'm sure there are plenty of projects where this is useful.

The tests pass, except for one which fails in the same way the existing fixture test fails."		closed	Core (Serialization)	dev		fixed	compression, fixtures, feature	semente@…	Ready for checkin	1	0	0	0	0	0
