Better sys.path handling, other minor tweaks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-04-28 17:43:08 +00:00
parent ef48bdb011
commit ba82f67d6d
3 changed files with 40 additions and 20 deletions

View File

@@ -23,10 +23,10 @@ immediately after a secondary prompt, like this:
Added documentation files:
* MANUAL.txt (in py)
* wxPython.txt (in py/wxd)
* wx.txt (in wx)
* examples.txt (in wx/examples)
* PyManual.txt
* wxPythonManual.txt
* wxPythonPackage.txt
* wxPythonExamples.txt
Added PyAlaMode.py and PyAlaCarte code editors.
@@ -42,6 +42,8 @@ Renamed program files:
Removed disabling of autocomplete for lists of 2000 items or more. The
current implementation of wxSTC can now handle lists this big.
Improved handling of sys.path to mimic the standard Python shell.
0.9 (2/27/2003 to 3/20/2003)
============================