Message124861
| Author | nailor |
|---|---|
| Recipients | docs@python, nailor |
| Date | 2010-12-29.17:41:13 |
| SpamBayes Score | 0.00058070064 |
| Marked as misclassified | No |
| Message-id | <1293644478.45.0.40426107256.issue10789@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In threading module, the Lock.acquire documentation is misleading. The signature suggests that the blocking can be given as a keyword argument but that would lead to an TypeError, as thread.lock.acquire does not accept keyword arguments. The signature in documentation should be formatted as in thread.lock.acquire. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-29 17:41:18 | nailor | set | recipients: + nailor, docs@python |
| 2010-12-29 17:41:18 | nailor | set | messageid: <1293644478.45.0.40426107256.issue10789@psf.upfronthosting.co.za> |
| 2010-12-29 17:41:13 | nailor | link | issue10789 messages |
| 2010-12-29 17:41:13 | nailor | create | |