diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-30 22:42:43 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-30 22:42:43 (GMT) |
commit | 8bb80dbe10c846462851a3f448f0e9988e0deac7 (patch) | |
tree | 3b650e5abac9eabbe965e1dab8fc22cdab8093a0 /Misc | |
parent | a0934246d3ee4061e93805d056759f3f40ec45de (diff) | |
download | cpython-8bb80dbe10c846462851a3f448f0e9988e0deac7.zip cpython-8bb80dbe10c846462851a3f448f0e9988e0deac7.tar.gz cpython-8bb80dbe10c846462851a3f448f0e9988e0deac7.tar.bz2 |
Added a note about the move of Mac/Lib to Lib/plat-mac.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -997,6 +997,10 @@ Mac with an interpreter living in such a .app bundle, this interpreter should be used to run any Python script using the window manager (including 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 .pyw script is double-clicked in the Finder. By default .py scripts are |