﻿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
10620	All .py files have LF line endings except test_mutable_list.py	ruiyen	nobody	"Source file http://code.djangoproject.com/svn/django/trunk/django/contrib/gis/geos/tests/test_mutable_list.py (as of revision 10170 and version 1.1-beta-1) has CRLF line endings, whereas all other .py files under http://code.djangoproject.com/svn/django/trunk/django/ have LF line endings.

This interfered with a Python 2to3 conversion that I was experimenting with, although I am very aware that Python 3 is not supported yet.

Minimal solution: Replace the CRLF line endings in file test_mutable_list.py with LF line endings.

Full solution: Replace the CRLF line endings in file test_mutable_list.py with LF line endings, then set the ""svn:mime-type"" property of all .py files to ""text/x-python"", and set the ""svn:eol-style"" property of all .py files to ""native""."		closed	GIS	1.1-beta		fixed			Accepted	0	0	0	0	0	0
