]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/_extras.py
A fix for Python 2.2 which can sometimes call __wxCleanup before all
authorRobin Dunn <robin@alldunn.com>
Tue, 12 Feb 2002 21:28:41 +0000 (21:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 12 Feb 2002 21:28:41 +0000 (21:28 +0000)
commitbe43cc441addda05d1590e0ce983a84d949376da
tree58c8b44a75939b7fe967ae7a799da202edda0dea
parenta3215b22a39f6a9939f7ad02f7121c00037b765b
A fix for Python 2.2 which can sometimes call __wxCleanup before all
the other wxPython objects have been deleted.

Other various things to match recent CVS changes in wx.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/wxCheckListBox.py
wxPython/src/_defs.i
wxPython/src/_extras.py
wxPython/src/events.i
wxPython/src/helpers.cpp
wxPython/src/msw/events.cpp
wxPython/src/msw/events.py
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py