Added a note about the move of Mac/Lib to Lib/plat-mac.

This commit is contained in:
Jack Jansen 2002-12-30 22:42:43 +00:00
parent a0934246d3
commit 8bb80dbe10
1 changed files with 4 additions and 0 deletions

View File

@ -997,6 +997,10 @@ Mac
with an interpreter living in such a .app bundle, this interpreter should with an interpreter living in such a .app bundle, this interpreter should
be used to run any Python script using the window manager (including be used to run any Python script using the window manager (including
Tkinter or wxPython scripts). Tkinter or wxPython scripts).
- Most of Mac/Lib has moved to Lib/plat-mac, which is again used both in
MacPython-OSX and MacPython-OS9. The only modules remaining in Mac/Lib
are specifically for MacPython-OS9 (CFM support, preference resources, etc).
- A new utility PythonLauncher will start a Python interpreter when a .py or - A new utility PythonLauncher will start a Python interpreter when a .py or
.pyw script is double-clicked in the Finder. By default .py scripts are .pyw script is double-clicked in the Finder. By default .py scripts are