|
1 | | -This is Python release 1.5.2a2 |
2 | | -============================== |
| 1 | +This is Python version 1.5.2b1 -- released Dec 22, 1998 |
| 2 | +======================================================= |
3 | 3 |
|
4 | 4 |
|
5 | 5 | What's new in this release? |
@@ -242,7 +242,7 @@ NeXT: To build fat binaries, use the --with-next-archs switch |
242 | 242 | QNX: Chris Herborth ( [email protected]) writes: |
243 | 243 | configure works best if you use GNU bash; a port is available on |
244 | 244 | ftp.qnx.com in /usr/free. I used the following process to build, |
245 | | - test and install Python 1.5 under QNX: |
| 245 | + test and install Python 1.5.x under QNX: |
246 | 246 |
|
247 | 247 | 1) CONFIG_SHELL=/usr/local/bin/bash CC=cc RANLIB=: \ |
248 | 248 | ./configure --verbose --without-gcc --with-libm="" |
|
256 | 256 | _locale, math, md5, new, operator, parser, pcre, |
257 | 257 | posix, pwd, readline, regex, reop, rgbimg, rotor, |
258 | 258 | select, signal, socket, soundex, strop, struct, |
259 | | - syslog, termios, time, timing, zlib |
260 | | - |
261 | | - Newly compiled/tested in 1.5.1: |
262 | | - |
263 | | - audioop, imageop, rgbimgmodule |
| 259 | + syslog, termios, time, timing, zlib, audioop, imageop, rgbimg |
264 | 260 |
|
265 | 261 | 3) make SHELL=/usr/local/bin/bash |
266 | 262 |
|
|
270 | 266 |
|
271 | 267 | 4) make SHELL=/usr/local/bin/bash test |
272 | 268 |
|
273 | | - The socket test might fail in the test harness; going |
274 | | - through it by hand shows that they work. |
275 | | - |
276 | | - A good exercise for the reader: make this work "out of the |
277 | | - box". |
278 | | - |
279 | 269 | Using GNU readline 2.2 seems to behave strangely, but I |
280 | 270 | think that's a problem with my readline 2.2 port. :-\ |
281 | 271 |
|
|
290 | 280 | BeOS: Chris Herborth ( [email protected]) writes: |
291 | 281 | See BeOS/README for notes about compiling/installing Python on |
292 | 282 | 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. |
| 283 | + supported for R3; both PowerPC and x86 are supported for R4. |
295 | 284 |
|
296 | 285 | Cray T3E: Konrad Hinsen writes: |
297 | 286 | 1) Don't use gcc. It compiles Python/graminit.c into something |
|
0 commit comments