[Python-Dev] Addition of "pyprocessing" module to standard lib.

Oleg Broytmann phd at phd.pp.ru
Wed May 21 17:32:25 CEST 2008


On Wed, May 21, 2008 at 10:11:05AM -0500, skip at pobox.com wrote:
> Maybe the presence of a functioning ctypes (can|might|should|will) become
> the operational definition of "Python runs on platform X".

   It is not black-or-white, runs or doesn't. PythonD, e.g., runs on DOS,
can use sockets (from WatTCP library), but certainly cannot do
multithreading or multitasking.
   So the wording should be "Python supports platform X with the following
limitations: ..."

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list