Message69648
| Author | mishok13 |
|---|---|
| Recipients | jnoller, mishok13, ncoghlan |
| Date | 2008-07-14.10:36:35 |
| SpamBayes Score | 0.005892336 |
| Marked as misclassified | No |
| Message-id | <1216031797.72.0.960757392187.issue3352@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Does this mean that all multiprocessing get_*/set_* methods should be changed to be properties? For example, multiprocessing.process.Process class defines not only set_name/get_name and is_daemon/set_daemon methods, but also get/set_authkey, get/set_exitcode and get_ident (this method is later used as 'getx' argument of 'pid' property, so we could get rid of this using simple decorator). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-14 10:36:37 | mishok13 | set | spambayes_score: 0.00589234 -> 0.005892336 recipients: + mishok13, ncoghlan, jnoller |
| 2008-07-14 10:36:37 | mishok13 | set | spambayes_score: 0.00589234 -> 0.00589234 messageid: <1216031797.72.0.960757392187.issue3352@psf.upfronthosting.co.za> |
| 2008-07-14 10:36:36 | mishok13 | link | issue3352 messages |
| 2008-07-14 10:36:36 | mishok13 | create | |