Updated for 1.5.2b1 (better late than never:-)

This commit is contained in:
Jack Jansen 1999-01-21 12:50:47 +00:00
parent 7d2f9d6e6c
commit 13976c80a7
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
This is the Python 1.5.1 source distribution. More information can be found
This is the Python 1.5.2b1 source distribution. More information can be found
in the following files:
Mac:ReadMe ReadMe file for the normal (binary) distribution
@ -10,4 +10,4 @@ This distribution usually lives somewhere under http://www.cwi.nl/~jack/macpytho
or ftp://ftp.cwi.nl/pub/jack/python/mac.
Jack Jansen, <jack@cwi.nl>, 27-Apr-98
Jack Jansen, <jack@cwi.nl>, 21-Jan-99