From e30d04e4e0016e989ca51d33a52c3edb65ffa681 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 19 Apr 2014 21:24:11 +0000 Subject: [PATCH] check NameStr constants git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.txt b/TODO.txt index 60eea75d..3fc289e0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -168,3 +168,6 @@ other dev stuff a[0] a[0][0] + * In a Py3 build strings like wx.TreeCtrlNameStr are being generated as bytes + objects, they should probably be string objects. +