This commit was manufactured by cvs2svn to create tag 'wxPy_2_5_2_8'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/wxPy_2_5_2_8@28938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2004-08-27 23:13:27 +00:00
parent 2679196c7e
commit 239cb23e28
31 changed files with 160 additions and 6760 deletions

View File

@@ -628,10 +628,11 @@ making it more easily maintainable and less prone to getting rusty as
there seems to be less and less interest in maintaining the C++
version.</p>
<p>There are only a few known compatibility issues at this time. First
is the location of OGL. The deprecated version is located in the
wx.ogl module, and the new version is in the wx.lib.ogl package. So
this just means that to start using the new version you need to adjust
your imports. So if your code currently has something like this:</p>
is that the ogl.DrawnShape has not been reimplemented yet. Next is the
location of OGL. The deprecated version is located in the wx.ogl
module, and the new version is in the wx.lib.ogl package. So this
just means that to start using the new version you need to adjust your
imports. So if your code currently has something like this:</p>
<pre class="literal-block">
import wx
import wx.ogl as ogl