Added a target frameworkinstallextras (OSX framework build specific,
and not part of a normal frameworkinstall) that installs Demo and Tools
and a readme file into /Applications/MacPython-2.3/Extras. This will
give people access to the demos and tools if they instal Python through
the binary installer.
diff --git a/Mac/OSX/Extras.ReadMe.txt b/Mac/OSX/Extras.ReadMe.txt
new file mode 100644
index 0000000..cfe55bd
--- /dev/null
+++ b/Mac/OSX/Extras.ReadMe.txt
@@ -0,0 +1,9 @@
+This folder contains examples of Python usage and useful scripts and tools.
+
+You should be aware that these are not Macintosh-specific but are shared
+among Python on all platforms, so there are some that only run on Windows
+or Unix or another platform, and/or make little sense on a Macintosh.
+
+Some examples can be run from within the PythonIDE, but many will require
+that you start them from the command line, or supply command-line arguments
+by holding down the "alt" key when double-clicking them.