git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-04-19 01:06:32 +00:00
parent 8cd6b6b985
commit a0dc39c565

View File

@@ -10,6 +10,10 @@
0.9.1 (3/21/2003 to //2003)
==============================
PyCrust is dead! Long live Py!
Changed PyCrust package to py.
Fixed bug in introspect.py on introspecting objects occurring
immediately after a secondary prompt, like this:
@@ -19,8 +23,8 @@ immediately after a secondary prompt, like this:
Added documentation files:
* MANUAL.txt (in PyCrust)
* wxPython.txt (in PyCrust/wxd)
* MANUAL.txt (in py)
* wxPython.txt (in py/wxd)
* wx.txt (in wx)
* examples.txt (in wx/examples)
@@ -35,6 +39,9 @@ Renamed program files:
* PyShellApp.py to PyShell.py
* wrap.py to PyWrap.py
Removed disabling of autocomplete for lists of 2000 items or more. The
current implementation of wxSTC can now handle lists this big.
0.9 (2/27/2003 to 3/20/2003)
============================