﻿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
194	get_image_dimensions does not work on Windows	Steadicat	Adrian Holovaty	"In source:django/trunk/django/utils/images.py#3, get_image_dimensions does not work on Windows because the image file is not read as a binary file.

Line 11 should read:
{{{
#!python
    fp = open(path, 'rb')
}}}"	defect	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
