﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7873	GEOSGeometry equality operator fails on None	denis@…	jbronn	"{{{
>>> from django.contrib.gis.geos import *
>>> Point(0, 0) == None
Traceback (most recent call last):
  File ""<console>"", line 1, in <module>
  File ""/Library/Python/2.5/site-packages/django/contrib/gis/geos/base.py"", line 170, in __eq__
    return self.equals_exact(other)
  File ""/Library/Python/2.5/site-packages/django/contrib/gis/geos/base.py"", line 318, in equals_exact
    return geos_equalsexact(self.ptr, other.ptr, float(tolerance))
AttributeError: 'NoneType' object has no attribute 'ptr'
>>> 
}}}"		closed	GIS	gis		fixed	geos equals		Unreviewed	0	0	0	0	0	0
