[issue4300] error in multiprocessing logging docs

2008-11-11 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for the report! Fixed in r67189. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[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 but the example uses 'multiprocessing.get