Changes between Initial Version and Version 2 of Ticket #9361
- Timestamp:
- Oct 14, 2008, 8:22:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9361
- Property Milestone → post-1.0
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
-
Ticket #9361 – Description
initial v2 1 1 /contrib/gis/gdal/geometries.py says, line 87 : 2 2 {{{ 3 3 geo_input = geo_input.encode('ascii') 4 4 }}} 5 5 where it should be : 6 6 {{{ 7 7 geom_input = geom_input.encode('ascii') 8 }}}