Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#9361 closed (fixed)

typo in gis/gdal/geometries.py

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 (5)

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)

comment:3 by jbronn, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [9237]) Fixed #9361 -- thanks to Guillaume for the bug report and patch.

comment:4 by jbronn, 16 years ago

(In [9238]) Fixed #9361 -- thanks to Guillaume for the bug report and patch.

Backport of r9237 from trunk.

comment:5 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top