Remove some items that have been done.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-26 17:22:25 +00:00
parent 12dd81613c
commit 9b7b0b65fd

View File

@@ -122,18 +122,6 @@ build.py
etg/pen.py
----------
* Add new implementations of Get|SetDashes that use wxArrayInt.
SetDashes will likely need some black magic like what was done in
Classic wxPython.
etg/menu.py
------------
* Figure out what to do about the MSW-only methods in wxMenuItem
wxProgressDialog
----------------
* Add wxGenericProgressDialog.
@@ -161,20 +149,6 @@ Deprecated C++ items
WingIDE support
---------------
WingIDE (and maybe other IDEs too?) has the ability to display
docstrings and other helps for items that are not Python code but in
binary extension modules, which have less info available via
introspection. The way this is handled is Wing is able to read info
from python-like .pi files that are basically just stubs that show the
docstrings and APIs of classes and methods, but with no real code. We
should probably generate a set of these files for everything in our
extension modules. We have all the info needed in the etg scripts, so
it could be just another generator that it runs.
Daily builds and releases
-------------------------
We now have a buildbot for Phoenix located at http://buildbot.wxpython.org:8010.