Hmm.. Whatever would be the Python equivalent to this? *ponders*

Juergen A. Erhard jae at ilk.de
Fri Mar 24 22:18:55 EST 2000


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Take a look at the `select' module in the standard distribution.

Basically, the Python select is *lots* simpler and easier to use than
the C version... main reason for that is Python having lists, making
fd_set and all the ancilliary baggage unneccessary.

I always shied away from using select because it's so unwieldy...

Bye, J

- -- 
Jürgen A. Erhard      eMail: jae at ilk.de      phone: (GERMANY) 0721 27326
          My WebHome: http://members.tripod.com/Juergen_Erhard
                Debian GNU/Linux (http://www.debian.org)
          Codito, ergo sum - I code, therefore I am -- Raster
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Use Mailcrypt and GnuPG <http://www.gnupg.org/>

iEYEARECAAYFAjjcMBsACgkQN0B+CS56qs3hOQCfWjw8bOc1REO7va2zkXuESUai
388An06j6UQ01C2fSZS4PTwhSi9dMQ6s
=XZTK
-----END PGP SIGNATURE-----




More information about the Python-list mailing list