New submission from Brian D'Urso <[EMAIL PROTECTED]>:
There is an error in the multiprocessing package documentation:
In the sentence:
'Note that an array of ctypes.c_char has value and rawvalue attributes
which allow one to use it to store and retrieve strings.'
The er
New submission from Brian D'Urso <[EMAIL PROTECTED]>:
logging in multiprocessing seems to give inconsistent results on Linux
and XP, but neither appears to match the documentation:
According to the docs, when first created "the logger has level
logging.NOTSET and has a han
New submission from Brian D'Urso <[EMAIL PROTECTED]>:
the 2.6 docs for the multiprocessing module have a minor error in the
logging example which causes it to fail:
the documentation says to get the logger with
'multiprocessing.get_logger()' which works