DeprecationWarning for the old wxPython package.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-19 01:25:12 +00:00
parent 8d7e482e06
commit 4b40bcb44d
3 changed files with 45 additions and 37 deletions

View File

@@ -138,6 +138,9 @@ flag. If the dialog has the wx.PD_CAN_SKIP flag and if the Skip
button is clicked, then the skip flag is set to True the next time
Update is called.
A DeprecationWarning is now issued when the old wxPython package is
imported. If you are still using the old namespace please convert
your code to use the new wx package instead.