#10620: All .py files have LF line endings except test_mutable_list.py --------------------+------------------------------------------------------- Reporter: ruiyen | Owner: nobody Status: new | Milestone: 1.1 beta Component: GIS | Version: 1.1-beta-1 Keywords: | Stage: Unreviewed Has_patch: 0 | --------------------+------------------------------------------------------- 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". -- Ticket URL: <http://code.djangoproject.com/ticket/10620> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
