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

Skip to content

Commit 16e809e

Browse files
committed
This is (hopefully) last checkin before releasing 2.1c2 -- get rid of
trailing whitespace.
1 parent 5b08f13 commit 16e809e

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

README

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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

268268
AIX: 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
@@ -321,10 +321,10 @@ QNX: Chris Herborth ([email protected]) writes:
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
400400
Cygwin: 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

438438
Configuring 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
466466
467-
Digital UNIX 4.x/cc/DCE -threads
467+
Digital UNIX 4.x/cc/DCE -threads
468468
469-
Digital UNIX 4.x/cc/POSIX -pthread
469+
Digital UNIX 4.x/cc/POSIX -pthread
470470
471-
AIX 4.1.4/cc_r/d7 (nothing)
471+
AIX 4.1.4/cc_r/d7 (nothing)
472472
473-
AIX 4.1.4/cc_r4/DCE (nothing)
473+
AIX 4.1.4/cc_r4/DCE (nothing)
474474
475-
IRIX 6.2/cc/POSIX (nothing)
475+
IRIX 6.2/cc/POSIX (nothing)
476476
477477

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
487487
488488
Digital UNIX 4.x/DCE -lpthreads -lpthread -lmach -lexc -lc
489489
490-
Digital UNIX 4.x/POSIX -lpthread -lmach -lexc -lc
490+
Digital UNIX 4.x/POSIX -lpthread -lmach -lexc -lc
491491
492-
AIX 4.1.4/{draft7,DCE} (nothing)
492+
AIX 4.1.4/{draft7,DCE} (nothing)
493493
494-
IRIX 6.2/POSIX -lpthread
494+
IRIX 6.2/POSIX -lpthread
495495
496496

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

Comments
 (0)