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

Skip to content

Commit 3dac89e

Browse files
author
Andrew MacIntyre
committed
note module removals, update on BitTorrent issue
1 parent 96b3725 commit 3dac89e

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

PC/os2emx/README.os2emx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Readline and GDBM are covered by the GNU General Public Licence. I think
2626
Eberhard Mattes' porting changes to BSD DB v1.85 are also GPL'ed (BSD DB
2727
itself is BSD Licenced). ncurses and expat appear to be covered by MIT
2828
style licences - please refer to the source distributions for more detail.
29-
zlib is distributable under a very free license. GNU MP and GNU UFC are
30-
under the GNU LGPL (see file COPYING.lib).
29+
zlib is distributable under a very free license. GNU UFC is under the
30+
GNU LGPL (see file COPYING.lib).
3131

3232
My patches to the Python-2.x source distributions, and any other packages
3333
used in this port, are placed in the public domain.
@@ -77,7 +77,6 @@ My development system is running OS/2 v4 with fixpack 12.
7777
- GNU GDBM (Kai Uwe Rommel's port available from Hobbes or LEO, v1.7.3)
7878
- zlib (derived from Hung-Chi Chu's port of v1.1.3, v1.1.4)
7979
- expat (distributed with Python, v1.95.6)
80-
- GNU MP (Peter Meerwald's port available from LEO, v2.0.2)
8180
- GNU UFC (Kai Uwe Rommel's port available from LEO, v2.0.4)
8281

8382

@@ -125,8 +124,8 @@ Where I've been able to locate the required 3rd party packages already
125124
ported to OS/2, I've built and included them.
126125

127126
These include ncurses (_curses, _curses_panel), BSD DB (bsddb185),
128-
GNU GDBM (gdbm, dbm), zlib (zlib), GNU Readline (readline), GNU MP (mpz)
129-
and GNU UFC (crypt).
127+
GNU GDBM (gdbm, dbm), zlib (zlib), GNU Readline (readline), and GNU UFC
128+
(crypt).
130129

131130
Expat is now included in the Python release sourceball, and the pyexpat
132131
module is always built.
@@ -326,7 +325,6 @@ Procedure
326325
zlib (1.1.4) HAVE_ZLIB
327326
GNU UltraFast Crypt HAVE_UFC
328327
Tcl/Tk HAVE_TCLTK (not known to work)
329-
GNU MP HAVE_GMPZ
330328
GNU Readline HAVE_GREADLINE
331329
BSD DB (v1.85) HAVE_BSDDB
332330
ncurses HAVE_NCURSES
@@ -625,8 +623,9 @@ item 13 above), the BitTorrent curses downloader works too. I'd
625623
appreciate any success or failure reports with BitTorrent, though
626624
I've regretfully recommended that the person who reported the failure
627625
take this up with eCS support. Since this report, I have received a
628-
followup which suggests that the problem may have been a buggy network
629-
card driver. I think it suffices to say that BitTorrent is a fair stress
626+
followup which suggests that the problem may be addressed by TCP/IP
627+
fixes (IC35005+PJ29457, contained in NEWSTACK.ZIP in the Hobbes
628+
archive). I think it suffices to say that BitTorrent is a fair stress
630629
test of a system's networking capability.
631630

632631
25. In the absence of an EMX implementation of the link() function, I've
@@ -649,6 +648,9 @@ implementation in IBM's TCP/IP stack:-
649648
- unlike Unix, the socket endpoints don't exist in the filesystem;
650649
- by default, sockets are in binary mode.
651650

651+
27. As of Python 2.4, the mpz, rotor and xreadlines modules have been
652+
dropped from the Python source tree.
653+
652654
... probably other issues that I've not encountered, or don't remember :-(
653655

654656
If you encounter other difficulties with this port, which can be
@@ -688,4 +690,4 @@ Andrew MacIntyre
688690
689691
Web: http://www.andymac.org/
690692

691-
11 April, 2004.
693+
3 October, 2004.

0 commit comments

Comments
 (0)