Re: [Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-25 Thread Django
#10620: All .py files have LF line endings except test_mutable_list.py
---+
  Reporter:  ruiyen| Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  GIS   |   Version:  1.1-beta-1
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by jbronn):

 Damn!  However, I didn't forgot to set `svn:ignore`.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-24 Thread Django
#10620: All .py files have LF line endings except test_mutable_list.py
---+
  Reporter:  ruiyen| Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  GIS   |   Version:  1.1-beta-1
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by mtredinnick):

  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * milestone:  1.1 beta => 1.1

Comment:

 We just need to send the eol-style. It happens sometimes.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-24 Thread Django
#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: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---