X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60b517c1f38f1b731542b707c48b83517e0fe80d..6a52ea5cb81dcd07c286d34b80945534780fe05f:/wxPython/docs/wxPackage.html?ds=sidebyside diff --git a/wxPython/docs/wxPackage.html b/wxPython/docs/wxPackage.html index 58b408ea2c..82d666958c 100644 --- a/wxPython/docs/wxPackage.html +++ b/wxPython/docs/wxPackage.html @@ -3,7 +3,7 @@
- +This change is being made for a couple of reasons. The first reason -is to discourage the use of import *, which is a dangerous +is to discourage the use of import *, which is a dangerous technique that can create name conflicts and bloated namespaces.
The second reason is to remove what some perceive to be a "wart." For example, the following code is rather ugly in that the "wx" prefix on @@ -164,9 +164,9 @@ replace.
The wxPython demo application and most of the sample apps have been -converted to use the new import wx style of programming with +converted to use the new import wx style of programming with wxPython, so there are lots of examples to look at and to play with. -Here is one of them, it is the simple sample.
+Here is one of them, it is the simple sample.#---------------------------------------------------------------------- # A very simple wxPython example. Just a wx.Frame, wx.Panel,