[issue4364] error in multiprocessing docs - rawvalue

2008-11-20 Thread Brian D';Urso
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

[issue4301] incorrect and inconsistent logging in multiprocessing

2008-11-11 Thread Brian D';Urso
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

[issue4300] error in multiprocessing logging docs

2008-11-11 Thread Brian D';Urso
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