Commit 6fa49e24 authored by Guido van Rossum's avatar Guido van Rossum

Prepping for 1.5.2a1 release...

parent 2f343eb5
This is Python release 1.5.1 This is Python release 1.5.2a1
============================ ==============================
This version is officially released on Tuesday, April 14, 1998. It is
mostly a bugfix release on Python 1.5.
What's new in this release? What's new in this release?
--------------------------- ---------------------------
See the Misc/NEWS file. Nothing spectacular this time, only small See the Misc/NEWS file. Nothing spectacular this time. The BeOS port
changes (as you would expect from a release called "1.5.1"). is now integrated, courtesy Chris Herborth (see below).
One big organizational change: the documentation sources have been
unbundled. We will release a version of the Doc subtree separately,
but probably not simultaneously with the source release.
If you don't read instructions If you don't read instructions
...@@ -258,11 +251,12 @@ QNX: Chris Herborth (chrish@qnx.com) writes: ...@@ -258,11 +251,12 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
activate everything that makes sense for your system... tested activate everything that makes sense for your system... tested
here at QNX with the following modules: here at QNX with the following modules:
array, audioop, binascii, cPickle, cStringIO, cmath, crypt, curses, array, audioop, binascii, cPickle, cStringIO, cmath,
errno, fcntl, gdbm, grp, imageop, _locale, math, md5, new, operator, crypt, curses, errno, fcntl, gdbm, grp, imageop,
parser, pcre, posix, pwd, readline, regex, reop, rgbimg, rotor, _locale, math, md5, new, operator, parser, pcre,
select, signal, socket, soundex, strop, struct, syslog, termios, posix, pwd, readline, regex, reop, rgbimg, rotor,
time, timing, zlib select, signal, socket, soundex, strop, struct,
syslog, termios, time, timing, zlib
Newly compiled/tested in 1.5.1: Newly compiled/tested in 1.5.1:
...@@ -276,34 +270,38 @@ QNX: Chris Herborth (chrish@qnx.com) writes: ...@@ -276,34 +270,38 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
4) make SHELL=/usr/local/bin/bash test 4) make SHELL=/usr/local/bin/bash test
The socket test might fail in the test harness; going through it by The socket test might fail in the test harness; going
hand shows that they work. through it by hand shows that they work.
A good exercise for the reader: make this work "out of the box". A good exercise for the reader: make this work "out of the
box".
Using GNU readline 2.2 seems to behave strangely, but I think that's
a problem with my readline 2.2 port. :-\ Using GNU readline 2.2 seems to behave strangely, but I
think that's a problem with my readline 2.2 port. :-\
5) make SHELL=/usr/local/bin/bash install 5) make SHELL=/usr/local/bin/bash install
If you get SIGSEGVs while running Python (I haven't yet, but I've If you get SIGSEGVs while running Python (I haven't yet, but
only run small programs and the test cases), you're probably running I've only run small programs and the test cases), you're
out of stack; the default 32k could be a little tight. To increase probably running out of stack; the default 32k could be a
the stack size, edit the Makefile in the Modules directory to read: little tight. To increase the stack size, edit the Makefile
LDFLAGS = -N 48k in the Modules directory to read: LDFLAGS = -N 48k
BeOS: Chris Herborth (chrish@qnx.com) writes: BeOS: Chris Herborth (chrish@qnx.com) writes:
See BeOS/README for notes about compiling/installing Python on See BeOS/README for notes about compiling/installing Python on
BeOS R3 or later. Note that only the PowerPC platform is supported BeOS R3 or later. Note that only the PowerPC platform is
at this time, but feel free to try building it on x86. supported at this time, but feel free to try building it on
x86.
Cray T3E: Konrad Hinsen writes: Cray T3E: Konrad Hinsen writes:
1) Don't use gcc. It compiles Python/graminit.c into something that 1) Don't use gcc. It compiles Python/graminit.c into something
the Cray assembler doesn't like. Cray's cc seems to work fine. that the Cray assembler doesn't like. Cray's cc seems to work
2) Uncomment modules md5 (won't compile) and audioop (will crash fine.
the interpreter during the test suite). 2) Uncomment modules md5 (won't compile) and audioop (will
If you run the test suite, two tests will fail (rotate and binascii), crash the interpreter during the test suite).
but these are not the modules you'd expect to need on a Cray. If you run the test suite, two tests will fail (rotate and
binascii), but these are not the modules you'd expect to need
on a Cray.
SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make) SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make)
does not check whether a command actually changed the file it does not check whether a command actually changed the file it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment