Re: [Django] #9361: typo in gis/gdal/geometries.py

2008-10-14 Thread Django
#9361: typo in gis/gdal/geometries.py
+---
  Reporter:  guillaume  | Owner:  jbronn  
Status:  assigned   | Milestone:  post-1.0
 Component:  GIS|   Version:  1.0 
Resolution: |  Keywords:  gdal
 Stage:  Accepted   | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Old description:

> /contrib/gis/gdal/geometries.py says, line 87 :
>
> geo_input = geo_input.encode('ascii')
>
> where it should be :
>
> geom_input = geom_input.encode('ascii')

New description:

 /contrib/gis/gdal/geometries.py says, line 87 :
 {{{
 geo_input = geo_input.encode('ascii')
 }}}
 where it should be :
 {{{
 geom_input = geom_input.encode('ascii')
 }}}

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9361: typo in gis/gdal/geometries.py

2008-10-14 Thread Django
#9361: typo in gis/gdal/geometries.py
+---
  Reporter:  guillaume  | Owner:  jbronn  
Status:  assigned   | Milestone:  post-1.0
 Component:  GIS|   Version:  1.0 
Resolution: |  Keywords:  gdal
 Stage:  Accepted   | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by jbronn):

  * status:  new => assigned
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * milestone:  => post-1.0
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted

Comment:

 Yup -- good catch.  Gives me an excuse to get rid of `UnicodeType` while
 I'm at it.  This should go in 1.0.1.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---