Opened 16 years ago

Last modified 16 years ago

#9361 closed

typo in gis/gdal/geometries.py — at Version 2

Reported by: guillaume Owned by: jbronn
Component: GIS Version: 1.0
Severity: Keywords: gdal
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by jbronn)

/contrib/gis/gdal/geometries.py says, line 87 :

geo_input = geo_input.encode('ascii')

where it should be :

geom_input = geom_input.encode('ascii')

Change History (2)

comment:1 by jbronn, 16 years ago

milestone: post-1.0
Status: newassigned
Triage Stage: UnreviewedAccepted

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

comment:2 by jbronn, 16 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top