Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fa49e2

Browse files
committed
Prepping for 1.5.2a1 release...
1 parent 2f343eb commit 6fa49e2

1 file changed

Lines changed: 33 additions & 35 deletions

File tree

README

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
This is Python release 1.5.1
2-
============================
3-
4-
This version is officially released on Tuesday, April 14, 1998. It is
5-
mostly a bugfix release on Python 1.5.
1+
This is Python release 1.5.2a1
2+
==============================
63

74

85
What's new in this release?
96
---------------------------
107

11-
See the Misc/NEWS file. Nothing spectacular this time, only small
12-
changes (as you would expect from a release called "1.5.1").
13-
14-
One big organizational change: the documentation sources have been
15-
unbundled. We will release a version of the Doc subtree separately,
16-
but probably not simultaneously with the source release.
8+
See the Misc/NEWS file. Nothing spectacular this time. The BeOS port
9+
is now integrated, courtesy Chris Herborth (see below).
1710

1811

1912
If you don't read instructions
@@ -258,11 +251,12 @@ QNX: Chris Herborth ([email protected]) writes:
258251
activate everything that makes sense for your system... tested
259252
here at QNX with the following modules:
260253

261-
array, audioop, binascii, cPickle, cStringIO, cmath, crypt, curses,
262-
errno, fcntl, gdbm, grp, imageop, _locale, math, md5, new, operator,
263-
parser, pcre, posix, pwd, readline, regex, reop, rgbimg, rotor,
264-
select, signal, socket, soundex, strop, struct, syslog, termios,
265-
time, timing, zlib
254+
array, audioop, binascii, cPickle, cStringIO, cmath,
255+
crypt, curses, errno, fcntl, gdbm, grp, imageop,
256+
_locale, math, md5, new, operator, parser, pcre,
257+
posix, pwd, readline, regex, reop, rgbimg, rotor,
258+
select, signal, socket, soundex, strop, struct,
259+
syslog, termios, time, timing, zlib
266260

267261
Newly compiled/tested in 1.5.1:
268262

@@ -276,34 +270,38 @@ QNX: Chris Herborth ([email protected]) writes:
276270

277271
4) make SHELL=/usr/local/bin/bash test
278272

279-
The socket test might fail in the test harness; going through it by
280-
hand shows that they work.
273+
The socket test might fail in the test harness; going
274+
through it by hand shows that they work.
281275

282-
A good exercise for the reader: make this work "out of the box".
283-
284-
Using GNU readline 2.2 seems to behave strangely, but I think that's
285-
a problem with my readline 2.2 port. :-\
276+
A good exercise for the reader: make this work "out of the
277+
box".
278+
279+
Using GNU readline 2.2 seems to behave strangely, but I
280+
think that's a problem with my readline 2.2 port. :-\
286281

287282
5) make SHELL=/usr/local/bin/bash install
288283

289-
If you get SIGSEGVs while running Python (I haven't yet, but I've
290-
only run small programs and the test cases), you're probably running
291-
out of stack; the default 32k could be a little tight. To increase
292-
the stack size, edit the Makefile in the Modules directory to read:
293-
LDFLAGS = -N 48k
284+
If you get SIGSEGVs while running Python (I haven't yet, but
285+
I've only run small programs and the test cases), you're
286+
probably running out of stack; the default 32k could be a
287+
little tight. To increase the stack size, edit the Makefile
288+
in the Modules directory to read: LDFLAGS = -N 48k
294289

295290
BeOS: Chris Herborth ([email protected]) writes:
296291
See BeOS/README for notes about compiling/installing Python on
297-
BeOS R3 or later. Note that only the PowerPC platform is supported
298-
at this time, but feel free to try building it on x86.
292+
BeOS R3 or later. Note that only the PowerPC platform is
293+
supported at this time, but feel free to try building it on
294+
x86.
299295

300296
Cray T3E: Konrad Hinsen writes:
301-
1) Don't use gcc. It compiles Python/graminit.c into something that
302-
the Cray assembler doesn't like. Cray's cc seems to work fine.
303-
2) Uncomment modules md5 (won't compile) and audioop (will crash
304-
the interpreter during the test suite).
305-
If you run the test suite, two tests will fail (rotate and binascii),
306-
but these are not the modules you'd expect to need on a Cray.
297+
1) Don't use gcc. It compiles Python/graminit.c into something
298+
that the Cray assembler doesn't like. Cray's cc seems to work
299+
fine.
300+
2) Uncomment modules md5 (won't compile) and audioop (will
301+
crash the interpreter during the test suite).
302+
If you run the test suite, two tests will fail (rotate and
303+
binascii), but these are not the modules you'd expect to need
304+
on a Cray.
307305

308306
SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make)
309307
does not check whether a command actually changed the file it

0 commit comments

Comments
 (0)