Message 161249 - Python tracker
Message161249
| Author | raduv |
|---|---|
| Recipients | benjamin.peterson, bethard, denversc, eric.araujo, eric.smith, r.david.murray, raduv, sandro.tosi |
| Date | 2012-05-21.07:39:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1337585960.96.0.680455296005.issue9554@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi Eric, Denver's patch should apply correctly from the root. Also, I've made the changes you mention: try: except: assert has been replaced by: with self.assertRaises() |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-05-21 07:39:21 | raduv | set | recipients: + raduv, bethard, eric.smith, benjamin.peterson, eric.araujo, r.david.murray, sandro.tosi, denversc |
| 2012-05-21 07:39:20 | raduv | set | messageid: <1337585960.96.0.680455296005.issue9554@psf.upfronthosting.co.za> |
| 2012-05-21 07:39:20 | raduv | link | issue9554 messages |
| 2012-05-21 07:39:20 | raduv | create | |