diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-24 22:01:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-09-24 22:01:53 (GMT) |
commit | 46e13027a8642901181c461b4e6b0e81c376bc8c (patch) | |
tree | d027a18d5f04b49ee3e0bd3e75ed746ce1a2c0d9 /Mac/ReadMe | |
parent | 55a0bde2903e12b511c4ebb12d64547dea6d57cb (diff) | |
download | cpython-46e13027a8642901181c461b4e6b0e81c376bc8c.zip cpython-46e13027a8642901181c461b4e6b0e81c376bc8c.tar.gz cpython-46e13027a8642901181c461b4e6b0e81c376bc8c.tar.bz2 |
Readme and relnotes for intermediate 2.0b1+ release.
Diffstat (limited to 'Mac/ReadMe')
-rw-r--r-- | Mac/ReadMe | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -How to install Python 2.0b1 on your Macintosh +How to install Python 2.0b1+ on your Macintosh --------------------------------------------- If this is your first encounter with Python: you definitely need the @@ -13,7 +13,11 @@ now. The documentation is in HTML format, start with index.html. Caveats ------- -This is a beta version, so use with caution. +This is a beta version, so use with caution. This b1+ beta has received +only very little testing, use the older b1 if it proves problematic. + +If you have used an earlier version of 2.0b1 you _must_ remove your old +preference file, the files are incompatible. Aside from the general new Python 2.0 features (compared to 1.5.2, there was no 1.6 for the macintosh) like unicode support the main new features |