Another perspective is that it can't be very hard to document
that! A little python note in the page for wxApp maybe? Or is
it a deprecated feature? A severe problem with using the source
code to figure out how to use things is that as a user you don't
know the status on the features you use. Maybe they will be gone
with the next release?
How do you know that your code doesn't just work by coincidence
if there aren't clear specifications on how things SHOULD work?
From your perspective as developer, you have more freedom to
change the internals if it's less likely that it will break
peoples code, or if you can show in the documentation that
they were stupid enough to use some accidental feature.
···
At 12:27 2002-03-13 -0800, you wrote:
> I cannot find any documentation on wxPySimpleApp. Is there any
> documentation for it? How does it differ from wxApp?
There's not much to document. Here it is in it's entirety from wx.py: