From f3eed63002de700987d96cfb50f7a82a8d50e624 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Dec 2015 18:13:49 -0800 Subject: [PATCH] Add a new TODO --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.txt b/TODO.txt index 638b07e0..af696826 100644 --- a/TODO.txt +++ b/TODO.txt @@ -189,3 +189,9 @@ other dev stuff * Add meaningful __hash__ methods for wx.Colour, wx.Point, etc.? + * Double-check wx.PyEvent and wx.PyCommandEvent, does the + __getattr__ etc. work with properties? + https://groups.google.com/d/msg/wxpython-dev/dMrpaKs_d0U/nVMY7lMvAwAJ + + +