Message68401
| Author | benjamin.peterson |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, slash2314 |
| Date | 2008-06-19.12:49:01 |
| SpamBayes Score | 0.2712009 |
| Marked as misclassified | No |
| Message-id | <1213879743.43.0.372479009103.issue3138@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It's intended that Queue.get blocks until something is put on the Queue. If you don't want it to block use Queue.get(False). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-19 12:49:03 | benjamin.peterson | set | spambayes_score: 0.271201 -> 0.2712009 recipients: + benjamin.peterson, amaury.forgeotdarc, slash2314 |
| 2008-06-19 12:49:03 | benjamin.peterson | set | spambayes_score: 0.271201 -> 0.271201 messageid: <1213879743.43.0.372479009103.issue3138@psf.upfronthosting.co.za> |
| 2008-06-19 12:49:02 | benjamin.peterson | link | issue3138 messages |
| 2008-06-19 12:49:01 | benjamin.peterson | create | |