diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-01-21 12:50:47 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-01-21 12:50:47 (GMT) |
commit | 13976c80a7c6c915dc8c8703b820d743dbd2473d (patch) | |
tree | 337506ee039980fa44e124e6f7c6dcb440be727c /Mac/ReadMe-dev | |
parent | 7d2f9d6e6c3fa6358d1bd6b4aef65fbdc30a6597 (diff) | |
download | cpython-13976c80a7c6c915dc8c8703b820d743dbd2473d.zip cpython-13976c80a7c6c915dc8c8703b820d743dbd2473d.tar.gz cpython-13976c80a7c6c915dc8c8703b820d743dbd2473d.tar.bz2 |
Updated for 1.5.2b1 (better late than never:-)
Diffstat (limited to 'Mac/ReadMe-dev')
-rw-r--r-- | Mac/ReadMe-dev | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Mac/ReadMe-dev b/Mac/ReadMe-dev index e0d4e08..9d2cfaf 100644 --- a/Mac/ReadMe-dev +++ b/Mac/ReadMe-dev @@ -1,8 +1,12 @@ -This is the Python 1.5.1 plugin development distribution. It should be loaded -on top of a 1.5.1 binary distribution and enables you to create plugin modules +This is the Python 1.5.2b1 plugin development distribution. It should be loaded +on top of a 1.5.2b1 binary distribution and enables you to create plugin modules without having a full source distribution available. The contents of folders whose names start with INTO should be merged into the corresponding folders. +If you have installed this development distribution as an option during the normal +install sequence the steps above have already been taken care of for you by the +installer. + One example project is included, PlugIns:xx.prj More information can be found in the following files: |