check NameStr constants

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-04-19 21:24:11 +00:00
parent e98d311d42
commit e30d04e4e0

View File

@@ -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.