Files
wxWidgets/wxPython/src
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-24 01:52:48 +00:00
2006-03-24 01:52:48 +00:00
2006-03-24 01:52:48 +00:00
2006-01-13 05:21:18 +00:00
2005-06-01 02:36:12 +00:00
2005-06-09 20:11:14 +00:00
2006-02-07 04:04:02 +00:00
2005-04-15 21:39:09 +00:00
2006-02-10 18:31:47 +00:00
2006-03-14 04:06:46 +00:00
2006-03-19 02:16:08 +00:00
2005-03-05 00:52:48 +00:00
2005-02-18 04:38:30 +00:00
2006-03-10 00:24:32 +00:00
2006-01-06 07:05:15 +00:00
2006-03-05 03:59:45 +00:00
2005-03-24 16:47:23 +00:00
2006-02-10 18:36:50 +00:00
2006-03-14 04:06:46 +00:00
2004-12-13 23:00:57 +00:00
2006-03-16 23:22:10 +00:00
2006-02-07 04:04:02 +00:00
2006-02-24 01:12:40 +00:00
2005-04-11 19:58:15 +00:00
2005-03-19 21:55:11 +00:00
2006-02-24 01:13:18 +00:00
2005-03-28 20:05:47 +00:00
2006-02-16 03:07:20 +00:00
2006-03-19 02:17:43 +00:00
2005-01-05 21:52:41 +00:00
2004-09-29 00:22:24 +00:00
2005-02-18 04:52:13 +00:00
2005-06-09 20:11:14 +00:00
2006-03-13 23:11:35 +00:00
2006-02-13 19:15:16 +00:00
2004-11-11 02:26:18 +00:00
2006-03-17 00:54:51 +00:00
2005-04-13 20:27:56 +00:00
2005-01-29 01:08:53 +00:00
2006-03-24 00:10:48 +00:00