diff options
author | Guido van Rossum <guido@python.org> | 1996-02-14 18:37:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-02-14 18:37:46 (GMT) |
commit | 8eca2c2c958fae93ddc8fae28f541ba94933ba8f (patch) | |
tree | 7b7ae99beb55bfb3fe240a69cab951add48e0282 /README | |
parent | 2bb57b81f211f5c16d9542620b180dd5097d57c7 (diff) | |
download | cpython-8eca2c2c958fae93ddc8fae28f541ba94933ba8f.zip cpython-8eca2c2c958fae93ddc8fae28f541ba94933ba8f.tar.gz cpython-8eca2c2c958fae93ddc8fae28f541ba94933ba8f.tar.bz2 |
Added ref to Misc/NEWS file; added hint to run regen script on Linux.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,7 +14,7 @@ What's new in this release? - Rewritten rexec.py (restricted execution). - New modules ni.py and ihooks.py (package support and more). - And lots more that you'll have to discover on your own (see chapter - 12 of the Tutorial). + 12 of the Tutorial or the Misc/NEWS file). What is Python anyway? @@ -100,6 +100,10 @@ Platform specific notes on these platforms without the special directions mentioned here, let me know so I can remove them!) +Linux: Once you've built Python, use it to run the regen.py script in + the Lib/linux1 directory. Apparently the files as distributed + don't match the system headers on some Linux versions. + AIX: Read the file Misc/AIX-NOTES before trying to build. HP-UX: Read the file Misc/HPUX-NOTES if you want to be able to |