Changes between Initial Version and Version 2 of Ticket #9361


Ignore:
Timestamp:
Oct 14, 2008, 8:22:40 PM (16 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9361

    • Property Milestonepost-1.0
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
  • Ticket #9361 – Description

    initial v2  
    11/contrib/gis/gdal/geometries.py says, line 87 :
    2 
     2{{{
    33geo_input = geo_input.encode('ascii')
    4 
     4}}}
    55where it should be :
    6 
     6{{{
    77geom_input = geom_input.encode('ascii')
     8}}}
Back to Top