From: Robin Dunn Date: Thu, 4 Dec 2003 01:15:11 +0000 (+0000) Subject: Mention wxPyTypeCast X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1f9b31fc6d7e0234b6f12148a3a43aa3808c0e36 Mention wxPyTypeCast git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index 0beb368428..b0bd3917e1 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -401,4 +401,7 @@ default) then you need to use the new wx.FULL_REPAINT_ON_RESIZE style flag otherwise only the freshly exposed areas of the window will be refreshed. +wxPyTypeCast has been removed. Since we've had the OOR (Original +Object Return) for a couple years now there should be no need to use +wxPyTypeCast at all.