Files
wxWidgets/wxPython
Robin Dunn 1fce4e9668 Fixed the equality and inequality operators for some of the basic
data types (wx.Point, wx.Size, wx.Colour, etc.) to no longer raise a
TypeError if the compared object is not compatible, but to just return
a boolean as expected.  For example::

	  wx.Colour(64,0,64) == 123      ==> False


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-31 23:29:39 +00:00
..
2006-03-18 01:03:08 +00:00
2005-02-18 19:33:00 +00:00
2006-03-18 12:19:16 +00:00
2004-07-06 21:12:52 +00:00
2006-03-14 04:15:20 +00:00
2006-03-28 19:16:49 +00:00