[issue3927] dummy multiprocessing needs to use properties

2008-09-22 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: The patch looks fine to me Ben, if you want to apply it. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3927 ___

[issue3927] dummy multiprocessing needs to use properties

2008-09-22 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Fixed in r66557. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3927 ___

[issue3927] dummy multiprocessing needs to use properties

2008-09-21 Thread Benjamin Peterson
New submission from Benjamin Peterson [EMAIL PROTECTED]: multiprocessing.dummy is still using some of the get_name, set_name variety names. These should change. The attached patch should handle the problem. -- assignee: jnoller components: Library (Lib) files: kill_old_names.patch