Message124675
| Author | r.david.murray |
|---|---|
| Recipients | michael.foord, r.david.murray, rhettinger |
| Date | 2010-12-26.19:18:47 |
| SpamBayes Score | 1.7070484e-05 |
| Marked as misclassified | No |
| Message-id | <1293391143.22.0.15906903458.issue10775@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
assertRaises used as a method can't take a msg keyword argument because all args and keywords are passed to the callable. But in context manager form it could, and this can be useful. See, for example, issue 3583. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-26 19:19:03 | r.david.murray | set | recipients: + r.david.murray, rhettinger, michael.foord |
| 2010-12-26 19:19:03 | r.david.murray | set | messageid: <1293391143.22.0.15906903458.issue10775@psf.upfronthosting.co.za> |
| 2010-12-26 19:18:47 | r.david.murray | link | issue10775 messages |
| 2010-12-26 19:18:47 | r.david.murray | create | |