@@ -266,7 +266,7 @@ DEC Ultrix: compile with GCC to avoid bugs in the native compiler,
266266 and pass SHELL=/bin/sh5 to Make when installing.
267267
268268AIX: A complete overhaul of the shared library support is now in
269- place. See Misc/AIX-NOTES for some notes on how it's done.
269+ place. See Misc/AIX-NOTES for some notes on how it's done.
270270 (The optimizer bug reported at this place in previous releases
271271 has been worked around by a minimal code change.) If you get
272272 errors about ptread_* functions, during compile or during
321321 select, signal, socket, soundex, strop, struct,
322322 syslog, termios, time, timing, zlib, audioop, imageop, rgbimg
323323
324- 3) make SHELL=/usr/local/bin/bash
325-
324+ 3) make SHELL=/usr/local/bin/bash
325+
326326 or, if you feel the need for speed:
327-
327+
328328 make SHELL=/usr/local/bin/bash OPT="-5 -Oil+nrt"
329329
330330 4) make SHELL=/usr/local/bin/bash test
@@ -400,25 +400,25 @@ Mac OS X: You need to add the "-traditional-cpp" option to the
400400Cygwin: Cygwin Python builds OOTB when configured as follows:
401401
402402 configure --with-threads=no
403-
403+
404404 assuming Cygwin 1.1.8-2 and gcc 2.95.3-1 or later. At the time
405405 of this writing, Cygwin pthread support is being significantly
406406 enhanced. Hopefully, there will be a Cygwin Python with thread
407407 support soon.
408408
409409 Cygwin Python supports the building of shared extensions via the
410410 traditional Misc/Makefile.pre.in and the newer distutils methods.
411-
411+
412412 On NT/2000, the following regression tests fail:
413413
414414 test_poll (hang)
415415 test_strftime
416-
416+
417417 Due to the test_poll hang on NT/2000, one should run the
418418 regression test using the following:
419419
420420 PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll
421-
421+
422422 On 9X/Me, in addition the above NT/2000 failures, it has been
423423 reported that the following regression tests also fail:
424424
@@ -433,7 +433,7 @@ Cygwin: Cygwin Python builds OOTB when configured as follows:
433433
434434 Help trying to track down the root causes for these known problems
435435 will be greatly appreciated.
436-
436+
437437
438438Configuring threads
439439-------------------
@@ -462,17 +462,17 @@ incorrectly, please report that as a bug.
462462
463463 SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
464464 SunOS 5.5/{gcc,SunPro cc}/POSIX (nothing)
465- DEC OSF/1 3.x/cc/DCE -threads
465+ DEC OSF/1 3.x/cc/DCE -threads
466466467- Digital UNIX 4.x/cc/DCE -threads
467+ Digital UNIX 4.x/cc/DCE -threads
468468469- Digital UNIX 4.x/cc/POSIX -pthread
469+ Digital UNIX 4.x/cc/POSIX -pthread
470470471- AIX 4.1.4/cc_r/d7 (nothing)
471+ AIX 4.1.4/cc_r/d7 (nothing)
472472473- AIX 4.1.4/cc_r4/DCE (nothing)
473+ AIX 4.1.4/cc_r4/DCE (nothing)
474474475- IRIX 6.2/cc/POSIX (nothing)
475+ IRIX 6.2/cc/POSIX (nothing)
476476477477
478478
@@ -483,15 +483,15 @@ Linker (ld) libraries and flags for threads
483483
484484 SunOS 5.{1-5}/solaris -lthread
485485 SunOS 5.5/POSIX -lpthread
486- DEC OSF/1 3.x/DCE -lpthreads -lmach -lc_r -lc
486+ DEC OSF/1 3.x/DCE -lpthreads -lmach -lc_r -lc
487487488488 Digital UNIX 4.x/DCE -lpthreads -lpthread -lmach -lexc -lc
489489490- Digital UNIX 4.x/POSIX -lpthread -lmach -lexc -lc
490+ Digital UNIX 4.x/POSIX -lpthread -lmach -lexc -lc
491491492- AIX 4.1.4/{draft7,DCE} (nothing)
492+ AIX 4.1.4/{draft7,DCE} (nothing)
493493494- IRIX 6.2/POSIX -lpthread
494+ IRIX 6.2/POSIX -lpthread
495495496496
497497
@@ -683,7 +683,7 @@ Modules/getpath.o.
683683 emulation of the SGI dl library mentioned above (the emulation
684684 can be found at
685685 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z). To
686- enable this, ftp and compile both libraries, then call
686+ enable this, ftp and compile both libraries, then call
687687 configure, passing it the option
688688 --with-dl-dld=DL_DIRECTORY,DLD_DIRECTORY where DL_DIRECTORY is
689689 the absolute pathname of the dl emulation library and
@@ -700,7 +700,7 @@ Modules/getpath.o.
700700 compiler to use the shared C library, you can pass
701701 --with-libc=-lc_s. These libraries are passed after all other
702702 libraries, the C library last.
703-
703+
704704--with-next-archs='arch1 arch2': Under NEXTSTEP, this will build
705705 all compiled binaries with the architectures listed. This will
706706 also correctly set the target architecture-specific resource
0 commit comments