diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 12:13:16 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 12:13:16 (GMT) |
commit | ecbc1cc3204d51c0bc7982294648548259125f4b (patch) | |
tree | 8328ceb9f1708bda73c24bd140e0ec18a2e2673e /Mac/ReadMe-dev | |
parent | e86d2870c45d76b5550c2debfca808bfd557edb9 (diff) | |
download | cpython-ecbc1cc3204d51c0bc7982294648548259125f4b.zip cpython-ecbc1cc3204d51c0bc7982294648548259125f4b.tar.gz cpython-ecbc1cc3204d51c0bc7982294648548259125f4b.tar.bz2 |
Release notes and readme for 1.5b3
Diffstat (limited to 'Mac/ReadMe-dev')
-rw-r--r-- | Mac/ReadMe-dev | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Mac/ReadMe-dev b/Mac/ReadMe-dev new file mode 100644 index 0000000..29fb608 --- /dev/null +++ b/Mac/ReadMe-dev @@ -0,0 +1,19 @@ +This is the Python 1.5b3 plugin development distribution. It should be loaded +on top of a 1.5b3 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. + +One example project is included, PlugIns:xx.prj + +More information can be found in the following files: + +Mac:ReadMe ReadMe file for the normal (binary) distribution +Relnotes Release notes, listing changes from previous releases +Readmefiles Readme files as supplied by Guido (platform independent changes) +Mac:Demo:building.html Instructions for building Python, folder structure, etc. + +This distribution usually lives somewhere under http://www.cwi.nl/~jack/macpython.html +or ftp://ftp.cwi.nl/pub/jack/python/mac. + + + Jack Jansen, <jack@cwi.nl>, 02-Jan-98 |