[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-06-29 Thread Jesse Noller
Jesse Noller added the comment: Committed, r73694 on trunk - will merge to 3k -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-25 Thread Jesse Noller
Changes by Jesse Noller : -- keywords: +needs review -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-25 Thread DSM
DSM added the comment: Patch against r71872 added to change "*authentication*" -> "*authenticate*" for both Client and Listener (which had the same typo.) -- keywords: +patch nosy: +dsm001 Added file: http://bugs.python.org/file13770/authenticate_typo.patch

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-12 Thread Jesse Noller
Jesse Noller added the comment: Will fix tomorrow -- assignee: georg.brandl -> jnoller ___ Python tracker ___ ___ Python-bugs-list mai

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-12 Thread Garrett Cooper
New submission from Garrett Cooper : In the API for connections.Client, it says: multiprocessing.connection.Client(address[, family[, authenticate[, authkey]]]) In the final paragraph is says: `If authentication is True or authkey ' As per the API provided it should be: `If authenticate is T